summaryrefslogtreecommitdiff
path: root/ayafs-core/Cargo.toml
blob: 8e12bf58c899367377d2534b0abbce28e597a2d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "ayafs-core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
name = "aya"
path = "src/lib.rs"

[[bin]]
name = "ayafs_cli"
path = "src/bin/main.rs"

[dependencies]
and_then_some = "1.0.0"
bitflags = "2.4.1"
clap = { version = "4.4.10", features = ["derive"] }
env_logger = "0.10.1"
fuser = "0.14.0"
indexmap = "2.1.0"
libc = "0.2.150"
log = "0.4.20"
lru = "0.12.1"
users = "0.11.0"