mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-29 17:15:57 +00:00
proxmox-serde: move serde_json to dev-dependencies
it's only used in doctests Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
f7da6ee7d4
commit
28c85a828e
@ -12,6 +12,8 @@ exclude = [ "debian" ]
|
||||
anyhow = "1.0"
|
||||
base64 = "0.13"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
proxmox-time = { path = "../proxmox-time", version = "1.0.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user