aboutsummaryrefslogtreecommitdiff
path: root/ui/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-29 11:10:21 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-29 11:10:21 +0200
commitf62c7f2a8cc143454779dc99334ca9fc80ddabd5 (patch)
treef31dbb908715d2deb2860e2097fa13dd41d759d5 /ui/Cargo.toml
parent73d2d5eb01fceae9e0b1c58afb648822000c878a (diff)
downloadjellything-f62c7f2a8cc143454779dc99334ca9fc80ddabd5.tar
jellything-f62c7f2a8cc143454779dc99334ca9fc80ddabd5.tar.bz2
jellything-f62c7f2a8cc143454779dc99334ca9fc80ddabd5.tar.zst
still just moving code around
Diffstat (limited to 'ui/Cargo.toml')
-rw-r--r--ui/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/Cargo.toml b/ui/Cargo.toml
index 86f336c..3868b1f 100644
--- a/ui/Cargo.toml
+++ b/ui/Cargo.toml
@@ -7,3 +7,5 @@ edition = "2024"
markup = "0.15.0"
jellycommon = { path = "../common" }
humansize = "2.1.3"
+serde = { version = "1.0.217", features = ["derive", "rc"] }
+serde_json = "1.0.140"