diff options
Diffstat (limited to 'stream/Cargo.toml')
-rw-r--r-- | stream/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/Cargo.toml b/stream/Cargo.toml index a03a85c..7228384 100644 --- a/stream/Cargo.toml +++ b/stream/Cargo.toml @@ -13,3 +13,4 @@ log = { workspace = true } anyhow = { workspace = true } tokio = { version = "1.32.0", features = ["io-util"] } tokio-util = { version = "0.7.9", features = ["io", "io-util"] } +serde_json = "1.0.107" |