]> git.proxmox.com Git - proxmox.git/blobdiff - proxmox-io/Cargo.toml
bump proxmox-auth-api to 0.3.4
[proxmox.git] / proxmox-io / Cargo.toml
index 55938dc35d96713a0ba729ed46139364a45b4ab3..368f9fd3eda5cd607137a09c489cb0d35681d2e9 100644 (file)
@@ -1,14 +1,15 @@
 [package]
 name = "proxmox-io"
-version = "1.0.0"
-authors = ["Proxmox Support Team <support@proxmox.com>"]
-edition = "2018"
-license = "AGPL-3"
+version = "1.0.1"
+authors.workspace = true
+edition.workspace = true
+license.workspace = true
+repository.workspace = true
 description = "extension traits for Read and Write"
 
-exclude = [ "debian" ]
+exclude.workspace = true
 
 [dependencies]
-endian_trait = { version = "0.6", features = ["arrays"] }
+endian_trait = { workspace = true, features = ["arrays"] }
 # this is also the feature name:
-tokio = { version = "1.0", features = [ "io-util" ], optional = true }
+tokio = { workspace = true, features = [ "io-util" ], optional = true }