forked from Proxmox/proxmox
64959d9ae0
and switch all crates to 2021 edition as well as a unified "authors" value. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
22 lines
470 B
TOML
22 lines
470 B
TOML
[package]
|
|
name = "proxmox-serde"
|
|
version = "0.1.1"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Serde formatting tools"
|
|
|
|
exclude.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
base64 = "0.13"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = { version = "1.0", optional = true }
|
|
|
|
proxmox-time = { path = "../proxmox-time", version = "1.0.0" }
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0"
|