[package] name = "ext4_rs" version = "1.1.0" edition = "2021" description = "Cross-platform rust ext4." authors = ["yuoo655 "] license = "MIT" repository = "https://github.com/yuoo655/ext4_rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitflags = "2.2.1" log = "0.4"