add proxmox-notify crate

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
Lukas Wagner 2023-07-20 16:31:30 +02:00 committed by Wolfgang Bumiller
parent 82be261447
commit b8040a23cb
3 changed files with 11 additions and 0 deletions

View File

@ -13,6 +13,7 @@ members = [
"proxmox-ldap",
"proxmox-login",
"proxmox-metrics",
"proxmox-notify",
"proxmox-openid",
"proxmox-rest-server",
"proxmox-router",

10
proxmox-notify/Cargo.toml Normal file
View File

@ -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]

View File