directly call zpool

This commit is contained in:
Robin Appelman 2021-03-24 21:43:47 +01:00
commit e858c30645
5 changed files with 57 additions and 452 deletions

View file

@ -5,7 +5,6 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
libzetta = "0.2"
color-eyre = "0.5"
heim = { version = "0.1.0-rc.1", features = ["sensors", "cpu", "memory", "net", "host", "disk"] }
warp = "0.3"
@ -15,5 +14,5 @@ dotenv = "0.15"
futures-util = "0.3"
futures-lite = "1"
parse-display = "0.4"
regex = "1"
regex = { version = "1", default-features = false }
once_cell = "1"