forked from Proxmox/proxmox
0bb298b262
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 lines
353 B
TOML
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" ] }
|