d6e86d670b
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
20 lines
374 B
TOML
20 lines
374 B
TOML
[package]
|
|
name = "proxmox-sortable-macro"
|
|
description = "Proxmox sortable macro"
|
|
version = "0.1.3"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
exclude.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2.workspace = true
|
|
quote.workspace = true
|
|
syn = { workspace = true }
|