aboutsummaryrefslogtreecommitdiffstats
path: root/zone_zfs/Cargo.toml
blob: a13cd918dbcbd37353ed6922197c8ab289ea388f (plain)
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
26
27
[package]
name = "zone_zfs"
version.workspace = true
authors.workspace = true
edition.workspace = true
description.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
workspace = ".."

[dependencies]
byte-unit = { version = "4.0.14", features = [
    "serde",
], default-features = false }
derive_builder = "0.11.2"
figment = { version = "0.10.7", features = ["toml", "env"] }
serde = { version = "1.0.145", features = ["derive"] }
thiserror = "1.0.36"
tracing = "0.1.36"
zone_core = { path = "../zone_core" }

[dev-dependencies]
figment = { version = "*", features = ["test"] }
which = "4.3.0"