]> git.proxmox.com Git - proxmox-backup.git/blob - pbs-api-types/Cargo.toml
add pbs-api-types subcrate, move key_derivation
[proxmox-backup.git] / pbs-api-types / Cargo.toml
1 [package]
2 name = "pbs-api-types"
3 version = "0.1.0"
4 authors = ["Proxmox Support Team <support@proxmox.com>"]
5 edition = "2018"
6 description = "general API type helpers for PBS"
7
8 [dependencies]
9 lazy_static = "1.4"
10 regex = "1.2"
11
12 proxmox = { version = "0.11.5", default-features = false, features = [ "api-macro" ] }