rust-fatfs/Cargo.toml
2017-10-06 16:42:29 +02:00

13 lines
220 B
TOML

[package]
name = "rfat"
version = "0.1.0"
authors = ["Rafał Harabień <rafalh1992@o2.pl>"]
[features]
default = ["chrono"]
[dependencies]
byteorder = "1"
bitflags = "1.0"
chrono = { version = "0.4", optional = true }