aboutsummaryrefslogtreecommitdiffstats
path: root/zone_zfs/Cargo.toml
blob: bc1274a0a344c8854fe8b5c7792c80c48cd57aa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "zone_zfs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.53"
chrono = "0.4.19"
figment = "0.10.6"
serde = "1.0.136"
tracing = "0.1.29"
zone_core = { version = "0.1.0", path = "../zone_core" }