[pve-devel] [PATCH v2 proxmox 03/42] add proxmox-notify crate

Lukas Wagner l.wagner at proxmox.com
Wed May 24 15:56:10 CEST 2023


Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---

Notes:
    Changes v1 -> v2:
        - Renamed crate from 'proxmox-notification' to 'proxmox-notify'

 Cargo.toml                |  1 +
 proxmox-notify/Cargo.toml | 10 ++++++++++
 proxmox-notify/src/lib.rs |  0
 3 files changed, 11 insertions(+)
 create mode 100644 proxmox-notify/Cargo.toml
 create mode 100644 proxmox-notify/src/lib.rs

diff --git a/Cargo.toml b/Cargo.toml
index 35e67ad4..f8a691a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ members = [
     "proxmox-login",
     "proxmox-metrics",
     "proxmox-openid",
+    "proxmox-notify",
     "proxmox-rest-server",
     "proxmox-router",
     "proxmox-schema",
diff --git a/proxmox-notify/Cargo.toml b/proxmox-notify/Cargo.toml
new file mode 100644
index 00000000..2e69d5b0
--- /dev/null
+++ b/proxmox-notify/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "proxmox-notify"
+version = "0.1.0"
+authors.workspace = true
+edition.workspace = true
+license.workspace = true
+repository.workspace = true
+exclude.workspace = true
+
+[dependencies]
diff --git a/proxmox-notify/src/lib.rs b/proxmox-notify/src/lib.rs
new file mode 100644
index 00000000..e69de29b
-- 
2.30.2






More information about the pve-devel mailing list