]> git.proxmox.com Git - proxmox-backup.git/blob - pbs-runtime/Cargo.toml
split out pbs-runtime module
[proxmox-backup.git] / pbs-runtime / Cargo.toml
1 [package]
2 name = "pbs-runtime"
3 version = "0.1.0"
4 authors = ["Proxmox Support Team <support@proxmox.com>"]
5 edition = "2018"
6 description = "tokio runtime related helpers required for binaries"
7
8 [dependencies]
9 lazy_static = "1.4"
10 pin-utils = "0.1.0"
11 tokio = { version = "1.6", features = [ "rt", "rt-multi-thread" ] }