tornado-os/async-fat32/Cargo.toml

13 lines
328 B
TOML

[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]
async-trait = "0.1.50"
spin = "0.7"
lazy_static = { version = "1.4", features = ["spin_no_std"] }