d7be7df86c
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
26 lines
503 B
TOML
26 lines
503 B
TOML
[package]
|
|
name = "proxmox-api-macro"
|
|
edition = "2018"
|
|
version = "0.1.4"
|
|
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
|
|
license = "AGPL-3"
|
|
description = "Proxmox API macro"
|
|
|
|
exclude = [ "debian" ]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
failure = "0.1"
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = { version = "1.0", features = [ "full" ] }
|
|
|
|
[dev-dependencies]
|
|
futures = "0.3"
|
|
proxmox = { path = "../proxmox", features = [ "test-harness" ] }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|