diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-01 09:20:39 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-01 09:20:39 +0200 |
commit | d857684dd6358fb5ff979ca09ac78b5649b0f411 (patch) | |
tree | dcaea52cf90f0c38cdf7b1fe8f03e6147925412f /stream/Cargo.toml | |
parent | cfc6e1b0cf0ce90b2fc05120ebb41295987fa7ea (diff) | |
download | jellything-d857684dd6358fb5ff979ca09ac78b5649b0f411.tar jellything-d857684dd6358fb5ff979ca09ac78b5649b0f411.tar.bz2 jellything-d857684dd6358fb5ff979ca09ac78b5649b0f411.tar.zst |
jhls server-side draft
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" |