summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c4c3ecef431514ccfde2639aecc4427de209da98 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "trve"
version = "0.0.0"
edition = "2024"

[dependencies]
anyhow = "1.0.100"
memmap2 = "0.9.8"
nix = { version = "0.30.1", features = ["fs"] }