5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-21 18:03:59 +03:00
proxmox-backup/Cargo.toml

25 lines
429 B
TOML
Raw Normal View History

2018-10-30 10:04:30 +01:00
[package]
name = "apitest"
version = "0.1.0"
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
edition = "2018"
2018-10-30 10:40:05 +01:00
[lib]
2018-10-31 10:42:14 +01:00
name = "apitest"
2018-10-30 10:40:05 +01:00
path = "src/lib.rs"
version = "0.1.0"
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
2018-10-30 10:04:30 +01:00
[dependencies]
2018-10-31 10:42:14 +01:00
failure = "0.1.3"
serde = "1.0.80"
serde_json = "1.0.32"
2018-10-30 14:06:15 +01:00
serde_derive = "1.0.80"
2018-11-01 11:30:49 +01:00
url = "1.7.1"
2018-11-09 08:22:54 +01:00
futures = "0.1.25"
http = "0.1.13"
hyper = "0.12.14"
2018-11-07 12:35:52 +01:00
lazy_static = "1.1.0"
regex = "1.0.6"