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

15 lines
259 B
TOML
Raw Normal View History

2018-03-18 11:41:56 -05:00
[package]
name = "ext2"
version = "0.1.0"
authors = ["Szymon Walter <walter.szymon.98@gmail.com>"]
[dependencies]
bitflags = "1.0"
2018-03-19 07:29:22 -05:00
rlibc = { version = "1.0", optional = true }
spin = "0.4"
genfs = "^0.1.4"
2018-03-19 07:29:22 -05:00
[features]
default = ["no_std"]
no_std = ["rlibc"]