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

[dependencies]
ayafs-core = { path = "../ayafs-core" }
log = "0.4.20"
env_logger = "0.10.1"
users = "0.11.0"
clap = { version = "4.4.10", features = ["derive"] }
nix = { version = "0.27.1", features = ["ioctl"] }
libc = "0.2.150"