xref: /DragonOS/user/apps/test-for-robustfutex/Cargo.toml (revision 06560afa2aa4db352526f4be8b6262719b8b3eac)
1*06560afaShmt[package]
2*06560afaShmtname = "test-for-robustfutex"
3*06560afaShmtversion = "0.1.0"
4*06560afaShmtedition = "2021"
5*06560afaShmtdescription = "some tests for robust futex"
6*06560afaShmtauthors = [ "hmt <1037827920@qq.com>" ]
7*06560afaShmt
8*06560afaShmt# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9*06560afaShmt
10*06560afaShmt[dependencies]
11*06560afaShmtsyscalls = '0.6.18'
12*06560afaShmtlibc = '0.2.153'