forked from Proxmox/proxmox
fb5670c5b5
Otherwise we have .16 and .17 in the same project. And we can't go to .18 currently until hyper/tokio git-master are in sync again. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
25 lines
501 B
TOML
25 lines
501 B
TOML
[package]
|
|
name = "proxmox-api-macro"
|
|
edition = "2018"
|
|
version = "0.1.0"
|
|
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
derive_builder = "0.7"
|
|
failure = "0.1"
|
|
proc-macro2 = "0.4"
|
|
quote = "0.6"
|
|
syn = { version = "0.15", features = [ "full" ] }
|
|
|
|
[dev-dependencies]
|
|
bytes = "0.4"
|
|
futures-preview = { version = "0.3.0-alpha", features = [ "compat" ] }
|
|
http = "0.1"
|
|
proxmox = { path = "../proxmox" }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|