1
0
Fork 0
forked from AbleOS/ableos
ableos_time/ext2-rs/Cargo.toml
2022-07-27 19:51:13 -05:00

17 lines
295 B
TOML

[package]
name = "ext2"
version = "0.1.1"
authors = ["Szymon Walter <walter.szymon.98@gmail.com>",
"able <abl3theabove@gmail.com>"]
[dependencies]
bitflags = "1.0"
rlibc = { version = "1.0", optional = true }
spin = "0.9.2"
genfs = "^0.1.4"
[features]
default = ["no_std"]
no_std = ["rlibc"]