]> git.proxmox.com Git - proxmox.git/commitdiff
notify: sort and group dependencies
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 19 Mar 2024 09:27:25 +0000 (10:27 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 19 Mar 2024 09:27:25 +0000 (10:27 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-notify/Cargo.toml

index 53e7d17ee91b91872265c8a504907f64b46efb75..0a5be00589d64a235a625346a5a91f620359fc95 100644 (file)
@@ -15,17 +15,18 @@ lettre = { workspace = true, optional = true }
 log.workspace = true
 mail-parser = { workspace = true, optional = true }
 openssl.workspace = true
+regex.workspace = true
+serde = { workspace = true, features = ["derive"]}
+serde_json.workspace = true
+
 proxmox-http = { workspace = true, features = ["client-sync"], optional = true }
 proxmox-http-error.workspace = true
 proxmox-human-byte.workspace = true
-proxmox-serde.workspace = true
 proxmox-schema = { workspace = true, features = ["api-macro", "api-types"]}
 proxmox-section-config = { workspace = true }
+proxmox-serde.workspace = true
 proxmox-sys = { workspace = true, optional = true }
 proxmox-time.workspace = true
-regex.workspace = true
-serde = { workspace = true, features = ["derive"]}
-serde_json.workspace = true
 
 [features]
 default = ["sendmail", "gotify", "smtp"]