]> git.proxmox.com Git - perlmod.git/blobdiff - perlmod-macro/Cargo.toml
bump perlmod & macro to 0.11.0-1 and 0.7.0-1
[perlmod.git] / perlmod-macro / Cargo.toml
index 617f422fd72df1911a53637611d1e146507440b8..0da3f7c6a1fc8aa2eea5c6ce087ff3e2fed7e749 100644 (file)
@@ -1,8 +1,9 @@
 [package]
 name = "perlmod-macro"
-version = "0.2.1"
+version = "0.7.0"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
-edition = "2018"
+edition = "2021"
+build = "build.rs"
 license = "Apache-2.0 OR MIT"
 categories = [ "API bindings" ]
 keywords = [ "ffi", "perl" ]
@@ -17,11 +18,9 @@ maintenance = { status = "experimental" }
 proc-macro = true
 
 [dependencies]
-anyhow = "1.0"
 proc-macro2 = "1.0"
 quote = "1.0"
 syn = { version = "1.0", features = [ "full" ] }
-toml = "0.5.5"
 
 [dev-dependencies]
 perlmod = { path = "../perlmod" }