Add derive feature to serde (#380)
This commit is contained in:
parent
bca27bd27f
commit
a79d6c52e6
@ -11,7 +11,7 @@ bytes = "1.2"
|
||||
chrono = { version = "0.4", optional = true }
|
||||
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", branch = "main" }
|
||||
multiaddr = "0.15"
|
||||
serde = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
sscanf = { version = "0.4", optional = true }
|
||||
sled = { version = "0.34", optional = true }
|
||||
tokio = { version = "1", features = ["sync"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user