aboutsummaryrefslogtreecommitdiff
path: root/ui/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/Cargo.toml')
-rw-r--r--ui/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/Cargo.toml b/ui/Cargo.toml
new file mode 100644
index 0000000..0e8f0fd
--- /dev/null
+++ b/ui/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "jellyui"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+markup = "0.15.0"
+jellycommon = { path = "../common", features = ["rocket"] }
+humansize = "2.1.3"