14 lines
363 B
TOML
14 lines
363 B
TOML
[package]
|
|
name = "yama_wormfile_fs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
yama_wormfile = { version = "0.1.0", path = "../yama_wormfile" }
|
|
|
|
async-trait = "0.1.68"
|
|
tokio = { version = "1.27.0", features = ["io-std", "fs"] }
|
|
rand = "0.8.5"
|
|
eyre = "0.6.8" |