1
0
Fork 0
soft/Cargo.toml

21 lines
602 B
TOML

[package]
name = "soft"
description = "A software image manager for ZFS"
version = "0.1.0"
license = "Unlicense"
authors = ["Val Packett <val@packett.cool>"]
edition = "2021"
[dependencies]
anyhow = "1.0"
clap = { version = "4.0", features = ["cargo"] }
duct = "0.13"
# glob = "0.3"
log = "0.4"
env_logger = "0.10"
# rayon = "1.6"
getrandom = "0.2"
base64 = "0.21"
sha2 = { version = "0.10", features = ["asm"] }
# devd-rs = "0.3" # Notify { system: "ZFS", subsystem: "ZFS", kind: "sysevent.fs.zfs.history_event", data: {"class": "sysevent.fs.zfs.history_event", "pool": "testpool", "version": "0"} }