aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-02-17 22:55:33 -0600
committerToby Vincent <tobyv13@gmail.com>2022-02-17 22:55:33 -0600
commit22039b683f3c111e42c9eb212c45d304b9c8ac10 (patch)
treec6de813929f40f228b056ce7d55ae2ade0a27809 /Cargo.lock
parent239cf15875b88281873d0b443c288e4906733579 (diff)
refactor(zone_zfs): convert zfs crate to singleton
Refactored the zone_zfs to be a singleton with a psudo-builder pattern rocket is now managing the singleton, instead of the config.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ba83684..1e39d3d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -112,6 +112,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
+name = "bytesize"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
+dependencies = [
+ "serde",
+]
+
+[[package]]
name = "cc"
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2165,6 +2174,7 @@ dependencies = [
name = "zone_zfs"
version = "0.1.0"
dependencies = [
+ "bytesize",
"chrono",
"figment",
"serde",