Cargo.toml 321 B

12345678910111213
  1. [package]
  2. name = "test-chown"
  3. version = "0.1.0"
  4. edition = "2021"
  5. description = "测试chown系列系统调用"
  6. authors = [ "sparkzky <[email protected]>" ]
  7. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  8. [dependencies]
  9. libc = "0.2"
  10. errno = "0.3.9"
  11. nix = "0.23"