proxmox/proxmox-sortable-macro/Cargo.toml
Wolfgang Bumiller 0bb298b262 bump proxmox-sortable-macro to 0.1.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-11-26 14:11:30 +01:00

18 lines
353 B
TOML

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