]> git.proxmox.com Git - proxmox.git/blame - proxmox-async/Cargo.toml
router: cli: option to specify args explicitly
[proxmox.git] / proxmox-async / Cargo.toml
CommitLineData
e1f0eb4a
DM
1[package]
2name = "proxmox-async"
27c8106d 3version = "0.4.1"
64959d9a
FG
4authors.workspace = true
5edition.workspace = true
6license.workspace = true
7repository.workspace = true
e1f0eb4a
DM
8description = "Proxmox async/tokio helpers"
9
64959d9a 10exclude.workspace = true
e1f0eb4a
DM
11
12[dependencies]
41892214
FG
13anyhow.workspace = true
14futures.workspace = true
15lazy_static.workspace = true
ee8419cf 16pin-utils.workspace = true
41892214 17tokio = { workspace = true, features = [ "net", "rt", "rt-multi-thread", "sync"] }
743f7df2 18
e5abc059
FG
19proxmox-io = { workspace = true, features = [ "tokio" ] }
20proxmox-lang.workspace = true
b63229bf
DM
21
22[dev-dependencies]
41892214 23tokio = { workspace = true, features = [ "macros" ] }