mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 19:39:30 +00:00
add proxmox-notify crate
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
82be261447
commit
b8040a23cb
@ -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
10
proxmox-notify/Cargo.toml
Normal 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]
|
0
proxmox-notify/src/lib.rs
Normal file
0
proxmox-notify/src/lib.rs
Normal file
Loading…
Reference in New Issue
Block a user