comment for Cargo.toml

This commit is contained in:
Robin Müller 2024-06-01 19:52:18 +02:00
parent 588caded2d
commit 4bd6d1cb88
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -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]