forked from Proxmox/proxmox
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 }
|
||||
openssl.workspace = true
|
||||
regex.workspace = true
|
||||
serde = { workspace = true, features = ["derive"]}
|
||||
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-schema = { workspace = true, features = ["api-macro", "api-types"]}
|
||||
proxmox-schema = { workspace = true, features = ["api-macro", "api-types"] }
|
||||
proxmox-section-config = { workspace = true }
|
||||
proxmox-serde.workspace = true
|
||||
proxmox-sys = { workspace = true, optional = true }
|
||||
|
Loading…
Reference in New Issue
Block a user