mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 10:14:09 +02:00
directly call zpool
This commit is contained in:
parent
2d0e93bfce
commit
e858c30645
5 changed files with 57 additions and 452 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue