api/Cargo.toml
2024-10-26 19:36:06 +01:00

17 lines
552 B
TOML

[package]
name = "lnvps"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
http = "1.1.0"
proxmox-client = { git = "git://git.proxmox.com/git/proxmox.git", branch = "master", features = ["hyper-client"] }
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }
anyhow = "1.0.83"
log = "0.4.21"
config = { version = "0.14.0", features = ["toml"] }
pretty_env_logger = "0.5.0"
serde = { version = "1.0.213", features = ["derive"] }