rust-fatfs/Cargo.toml

10 lines
159 B
TOML
Raw Normal View History

2017-09-22 08:13:29 +08:00
[package]
2017-09-23 05:20:06 +08:00
name = "rustfat"
2017-09-22 08:13:29 +08:00
version = "0.1.0"
authors = ["Rafał Harabień <rafalh1992@o2.pl>"]
[dependencies]
byteorder = "1"
2017-09-23 05:36:44 +08:00
bitflags = "1.0"
2017-09-23 04:27:39 +08:00
chrono = "0.4"