xref: /DragonOS/user/apps/test-mount/Cargo.toml (revision 80c9e8f8f0adb25c1a33ff09cb51e7df5b1cdd99)
1[package]
2name = "test-mount"
3version = "0.1.0"
4edition = "2021"
5description = "test the new mount syscall"
6authors = [ "xiaolin2004 <1553367438@qq.com>" ]
7
8# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
10[dependencies]
11errno = "0.3.9"
12libc="0.2"
13