aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-01-18 23:58:24 +0100
committermetamuffin <metamuffin@disroot.org>2026-01-18 23:58:24 +0100
commit88f1baa4610d3852fdf16319aec30a3f0eae9cea (patch)
treebb35b3fd29ffd954e5eeead33950a9338f9a081e /Cargo.toml
parented19a428cb5eef84c8cf3fed5fda3afd5fc96305 (diff)
downloadjellything-88f1baa4610d3852fdf16319aec30a3f0eae9cea.tar
jellything-88f1baa4610d3852fdf16319aec30a3f0eae9cea.tar.bz2
jellything-88f1baa4610d3852fdf16319aec30a3f0eae9cea.tar.zst
Move client styling to build-crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e17fdaa..20a6408 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ members = [
"stream/types",
"ui",
"ui/client-scripts",
+ "ui/client-style",
"remuxer",
"common/object",
]