chore(deps): add derive_more, serde serde_json
Used by newtype.
This commit is contained in:
parent
c48543d5d3
commit
7e2cb47e19
1 changed files with 5 additions and 0 deletions
|
@ -13,7 +13,12 @@ use-kameo = ["kameo", "tracing", "tokio"]
|
|||
use-kxio = ["kxio"]
|
||||
|
||||
[dependencies]
|
||||
derive_more = { version = "1.0", features = ["as_ref", "constructor", "deref", "display", "from"] }
|
||||
kxio = { version = "5.0", optional = true }
|
||||
kameo = { version = "0.13", optional = true }
|
||||
tracing = { version = "0.1", optional = true }
|
||||
serde = { version = "1.0" , features = ["derive"]}
|
||||
tokio = { version = "1.43", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue