This repository has been archived on 2022-02-08. You can view files and clone it, but cannot push or open issues/pull-requests.
ext2-rs/Cargo.toml

17 lines
295 B
TOML
Raw Normal View History

2018-03-18 16:41:56 +00:00
[package]
name = "ext2"
2022-02-08 04:18:39 +00:00
version = "0.1.1"
authors = ["Szymon Walter <walter.szymon.98@gmail.com>",
"able <abl3theabove@gmail.com>"]
2018-03-18 16:41:56 +00:00
[dependencies]
bitflags = "1.0"
2018-03-19 12:29:22 +00:00
rlibc = { version = "1.0", optional = true }
2022-02-08 04:18:39 +00:00
spin = "0.9.2"
genfs = "^0.1.4"
2018-03-19 12:29:22 +00:00
[features]
default = ["no_std"]
no_std = ["rlibc"]