rCore-Tutorial-v3/ksync/Cargo.toml
2023-02-10 18:11:46 +08:00

9 lines
237 B
TOML

[package]
name = "ksync"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }