]> git.proxmox.com Git - proxmox-apt.git/blobdiff - Cargo.toml
This repository was moved into the `proxmox.git` repository
[proxmox-apt.git] / Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644 (file)
index 0db9689..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-[package]
-name = "proxmox-apt"
-version = "0.9.3"
-authors = [
-    "Fabian Ebner <f.ebner@proxmox.com>",
-    "Proxmox Support Team <support@proxmox.com>",
-]
-edition = "2021"
-license = "AGPL-3"
-description = "Proxmox library for APT"
-homepage = "https://www.proxmox.com"
-
-exclude = [ "debian" ]
-
-[lib]
-name = "proxmox_apt"
-path = "src/lib.rs"
-
-[dependencies]
-anyhow = "1.0"
-hex = "0.4.3"
-once_cell = "1.3.1"
-openssl = "0.10"
-rfc822-like = "0.2.1"
-serde = { version = "1.0", features = ["derive"] }
-serde_json = "1.0.41"
-
-proxmox-schema = { version = "1", features = [ "api-macro" ] }