comment for Cargo.toml
This commit is contained in:
parent
588caded2d
commit
4bd6d1cb88
@ -4,6 +4,8 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
# Must use local verion here, otherwise there will be multiple versions of `libcsp-sys`, and
|
||||
# cargo can not deal with this due to the link section.
|
||||
libcsp = { version = "0.1", path = ".." }
|
||||
|
||||
[build-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user