You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
603 B
TOML
22 lines
603 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"} }
|