xref: /DragonOS/user/apps/test-chown/Cargo.toml (revision 7b0ef10895108a0de5ff5ef3d2f93f40cf2e33a5)
1[package]
2name = "test-chown"
3version = "0.1.0"
4edition = "2021"
5description = "测试chown系列系统调用"
6authors = [ "sparkzky <sparkhhhhhhhhhh@outlook.com>" ]
7
8# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
10[dependencies]
11libc = "0.2"
12errno = "0.3.9"
13nix = "0.23"