xref: /DragonOS/user/apps/test-for-robustfutex/Cargo.toml (revision 352ee04918f4585ad4f8a896ca6e18b1ef7d7934)
1[package]
2name = "test-for-robustfutex"
3version = "0.1.0"
4edition = "2021"
5description = "some tests for robust futex"
6authors = [ "hmt <1037827920@qq.com>" ]
7
8# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
10[dependencies]
11syscalls = '0.6.18'
12libc = '0.2.153'