From ed19a428cb5eef84c8cf3fed5fda3afd5fc96305 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 18 Jan 2026 23:43:12 +0100 Subject: Move client scripts to build-crate --- ui/client-scripts/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ui/client-scripts/Cargo.toml (limited to 'ui/client-scripts/Cargo.toml') 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" -- cgit v1.3