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

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