This repository has been archived on 2022-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
ext2-rs/Cargo.toml
2018-03-24 12:06:34 +01:00

15 lines
259 B
TOML

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