aboutsummaryrefslogtreecommitdiff
path: root/ui/Cargo.toml
diff options
context:
space:
mode:
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"