From e99bde7a00a161ff5dd91eaf1ce546a9d98cef05 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 12 Sep 2025 13:54:04 +0200 Subject: move stream types to own crate; removes a common dep --- common/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'common/Cargo.toml') diff --git a/common/Cargo.toml b/common/Cargo.toml index 90372bc..7baed9f 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -9,3 +9,4 @@ bincode = { version = "2.0.0-rc.3", features = ["derive"] } chrono = { version = "0.4.39", features = ["serde"] } blake3 = "1.5.5" hex = "0.4.3" +jellystream-types = { path = "../stream/types" } -- cgit v1.2.3-70-g09d2