Cargo.toml 316 B

12345678910111213
  1. [package]
  2. name = "test-symlink"
  3. version = "0.1.0"
  4. edition = "2021"
  5. description = "测试symlink系统调用"
  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. errno = "0.3.9"
  10. libc="0.2"
  11. nix = "0.23"