chore(deps): add derive_more, serde serde_json
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 53s
Test / build (map[name:stable]) (push) Successful in 1m6s
Release Please / Release-plz (push) Successful in 7s

Used by newtype.
This commit is contained in:
Paul Campbell 2025-01-09 21:27:08 +00:00
parent c48543d5d3
commit 7e2cb47e19

View file

@ -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"