e1f0eb4aec
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
17 lines
365 B
TOML
17 lines
365 B
TOML
[package]
|
|
name = "proxmox-async"
|
|
version = "0.1.0"
|
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
|
edition = "2018"
|
|
license = "AGPL-3"
|
|
description = "Proxmox async/tokio helpers"
|
|
|
|
exclude = [ "debian" ]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
futures = "0.3"
|
|
lazy_static = "1.4"
|
|
pin-utils = "0.1.0"
|
|
tokio = { version = "1.0", features = ["rt", "rt-multi-thread"] }
|