mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-03 20:17:13 +00:00
16 lines
364 B
TOML
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" ] }
|