Cargo.toml 258 B

12345678910111213
  1. [package]
  2. name = "another_ext4"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. bitflags = "2.2.1"
  7. log = "0.4"
  8. # axsync = { git = "https://github.com/Starry-OS/axsync.git", optional = true }
  9. [features]
  10. # block_cache = ["dep:axsync"]
  11. fuser_root_inode = []