forked from Proxmox/proxmox
49fb5e127c
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
19 lines
368 B
TOML
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" ] }
|