move TaskState trait to pbs-datastore

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-07-07 09:24:39 +02:00
parent 86fb38776b
commit 155f657f6b
5 changed files with 26 additions and 21 deletions

View File

@ -9,6 +9,7 @@ description = "low level pbs data storage access"
anyhow = "1.0"
crc32fast = "1"
endian_trait = { version = "0.6", features = [ "arrays" ] }
log = "0.4"
nix = "0.19.1"
openssl = "0.10"
serde = { version = "1.0", features = ["derive"] }