1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-17 14:07:15 +03:00
ffs/Cargo.toml

19 lines
394 B
TOML
Raw Normal View History

2021-06-07 17:59:34 +03:00
[package]
name = "ffs"
version = "0.1.0"
authors = ["Michael Greenberg <michael.greenberg@pomona.edu>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.13.0"
clap = "2.0"
fuser = "0.8"
2021-06-09 22:06:22 +03:00
libc = "0.2.51"
serde_json = "1.0"
toml = "0.5"
2021-06-09 22:06:22 +03:00
tracing = "0.1"
tracing-subscriber = "0.2.18"
yaml-rust = "0.4.5"