aboutsummaryrefslogtreecommitdiff
path: root/stream/types/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-12 13:54:04 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-12 13:54:04 +0200
commite99bde7a00a161ff5dd91eaf1ce546a9d98cef05 (patch)
tree454c2de6fae85720064b35593158e612b2d9fefb /stream/types/Cargo.toml
parent356b3b8eebf22083c7d9655bb43e141dd0df732c (diff)
downloadjellything-e99bde7a00a161ff5dd91eaf1ce546a9d98cef05.tar
jellything-e99bde7a00a161ff5dd91eaf1ce546a9d98cef05.tar.bz2
jellything-e99bde7a00a161ff5dd91eaf1ce546a9d98cef05.tar.zst
move stream types to own crate; removes a common dep
Diffstat (limited to 'stream/types/Cargo.toml')
-rw-r--r--stream/types/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/stream/types/Cargo.toml b/stream/types/Cargo.toml
new file mode 100644
index 0000000..f441730
--- /dev/null
+++ b/stream/types/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "jellystream-types"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+serde = { version = "1.0.219", features = ["derive"] }