tornado-os/async-fat32/Cargo.toml

13 lines
328 B
TOML
Raw Normal View History

2021-07-12 11:38:29 +08:00
[package]
name = "async-fat32"
version = "0.1.0"
authors = ["SKTT1Ryze <linuxgnulover@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-07-13 23:40:35 +08:00
async-trait = "0.1.50"
spin = "0.7"
lazy_static = { version = "1.4", features = ["spin_no_std"] }