proxmox/proxmox-sortable-macro/Cargo.toml
Wolfgang Bumiller 7f4d223a4a rename sorted-data to proxmox-sortable_macro
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-11-21 13:10:37 +01:00

16 lines
364 B
TOML

[package]
name = "proxmox-sortable-macro"
version = "0.1.0"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
#failure = { version = "0.1", default-features = false, features = ["std"] }
failure = "0.1"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = [ "full", "visit-mut" ] }