mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-07 17:30:22 +00:00
notify: cargo.toml: add spaces before curly braces
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com> Reviewed-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
2f40b79f8f
commit
efb576385b
@ -17,13 +17,13 @@ log.workspace = true
|
|||||||
mail-parser = { workspace = true, optional = true }
|
mail-parser = { workspace = true, optional = true }
|
||||||
openssl.workspace = true
|
openssl.workspace = true
|
||||||
regex.workspace = true
|
regex.workspace = true
|
||||||
serde = { workspace = true, features = ["derive"]}
|
serde = { workspace = true, features = ["derive"] }
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
|
|
||||||
proxmox-http = { workspace = true, features = ["client-sync"], optional = true }
|
proxmox-http = { workspace = true, features = ["client-sync"], optional = true }
|
||||||
proxmox-http-error.workspace = true
|
proxmox-http-error.workspace = true
|
||||||
proxmox-human-byte.workspace = true
|
proxmox-human-byte.workspace = true
|
||||||
proxmox-schema = { workspace = true, features = ["api-macro", "api-types"]}
|
proxmox-schema = { workspace = true, features = ["api-macro", "api-types"] }
|
||||||
proxmox-section-config = { workspace = true }
|
proxmox-section-config = { workspace = true }
|
||||||
proxmox-serde.workspace = true
|
proxmox-serde.workspace = true
|
||||||
proxmox-sys = { workspace = true, optional = true }
|
proxmox-sys = { workspace = true, optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user