]> git.proxmox.com Git - proxmox.git/blobdiff - proxmox-api-macro/Cargo.toml
bump proxmox-api-macro to 1.0.8-1
[proxmox.git] / proxmox-api-macro / Cargo.toml
index 88dec26263f96b14e169be7a2fbbeed3fc3bb5aa..09cae781b55d27b6d5b202239c0e55c2fc3152e3 100644 (file)
@@ -1,35 +1,34 @@
 [package]
 name = "proxmox-api-macro"
-edition = "2018"
-version = "1.0.1"
-authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
-license = "AGPL-3"
+edition.workspace = true
+version = "1.0.8"
+authors.workspace = true
+license.workspace = true
+repository.workspace = true
 description = "Proxmox API macro"
 
-exclude = [ "debian" ]
+exclude.workspace = true
 
 [lib]
 proc-macro = true
 
 [dependencies]
-anyhow = "1.0"
-proc-macro2 = "1.0"
-quote = "1.0"
-syn = { version = "1.0", features = [ "extra-traits", "full", "visit-mut" ] }
+anyhow.workspace = true
+proc-macro2.workspace = true
+quote.workspace = true
+syn = { workspace = true , features = [ "extra-traits" ] }
 
 [dev-dependencies]
-futures = "0.3"
-serde = { version = "1.0", features = [ "derive" ] }
-serde_json = "1.0"
+futures.workspace = true
+serde = { workspace = true, features = [ "derive" ] }
+serde_json.workspace = true
 
 [dev-dependencies.proxmox-schema]
-version = "1.0.0"
-path = "../proxmox-schema"
+workspace = true
 features = [ "test-harness", "api-macro" ]
 
 [dev-dependencies.proxmox-router]
-version = "1.0.0"
-path = "../proxmox-router"
+workspace = true
 features = [ "test-harness" ]
 
 # [features]