Wolfgang Bumiller 49fb5e127c bump proxmox-sortable-macro to 0.1.1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-04-17 18:37:46 +02:00

19 lines
368 B
TOML

[package]
name = "proxmox-sortable-macro"
version = "0.1.1"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018"
license = "AGPL-3"
description = "Proxmox sortable macro"
exclude = [ "debian" ]
[lib]
proc-macro = true
[dependencies]
anyhow = "1.0"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = [ "full", "visit-mut" ] }