aboutsummaryrefslogtreecommitdiff
path: root/ui/client-scripts/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-01-18 23:43:12 +0100
committermetamuffin <metamuffin@disroot.org>2026-01-18 23:43:12 +0100
commited19a428cb5eef84c8cf3fed5fda3afd5fc96305 (patch)
tree39e3167a4f8b7423a15b3a5f56e973554bdb3195 /ui/client-scripts/Cargo.toml
parent901dff07ed357694eb35284a58c3cc6c003c53ce (diff)
downloadjellything-ed19a428cb5eef84c8cf3fed5fda3afd5fc96305.tar
jellything-ed19a428cb5eef84c8cf3fed5fda3afd5fc96305.tar.bz2
jellything-ed19a428cb5eef84c8cf3fed5fda3afd5fc96305.tar.zst
Move client scripts to build-crate
Diffstat (limited to 'ui/client-scripts/Cargo.toml')
-rw-r--r--ui/client-scripts/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/client-scripts/Cargo.toml b/ui/client-scripts/Cargo.toml
new file mode 100644
index 0000000..1332388
--- /dev/null
+++ b/ui/client-scripts/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "jellyui-client-scripts"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+
+[build-dependencies]
+glob = "0.3.3"