summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4a4b6f3ccb1458772a3e32d8f4cb7af605c416d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "myfs"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitflags = "2.4.0"
clap = { version = "4.4.6", features = ["derive"] }
env_logger = "0.10.0"
fuser = "0.13.0"
libc = "0.2.148"
log = "0.4.20"