libcsp-rust/examples/Cargo.toml

13 lines
331 B
TOML
Raw Normal View History

2024-05-29 00:25:05 +02:00
[package]
name = "libcsp-rust-examples"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-06-01 19:52:18 +02:00
# 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 = ".." }
2024-05-29 00:25:05 +02:00
[build-dependencies]
2024-06-01 19:14:27 +02:00
libcsp-cargo-build = "0.1"