Cargo.toml 352 B

123456789101112
  1. [package]
  2. name = "test-mount-ext4"
  3. version = "0.1.0"
  4. edition = "2021"
  5. description = "测试是否可以通过mount系统调用来挂载ext4类型的硬盘"
  6. authors = ["sparkzky <sparkhhhhhhhhhh@outlook.com>"]
  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"