diff --git a/common/Cargo.toml b/common/Cargo.toml index 7dbd723..f29dc1d 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -11,12 +11,11 @@ anyhow = "1.0.82" console = "0.15.2" log = "0.4.17" log4rs = { version = "1.3.0", optional = true } - -serde = "1.0" +serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9.32" getopts = "0.2.21" gethostname = "0.4.3" -uuid = {version = "1.8.0",features = ["v4"]} +uuid = { version = "1.8.0", features = ["v4"] } [features] default = []