diff --git a/Cargo.toml b/Cargo.toml index 1ecebabc..317593f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ members = [ "proxmox-ldap", "proxmox-login", "proxmox-metrics", + "proxmox-notify", "proxmox-openid", "proxmox-rest-server", "proxmox-router", 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