aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-02-17 12:53:19 +0100
committermetamuffin <metamuffin@disroot.org>2026-02-17 12:53:19 +0100
commit5c83df829b57f685f1c2b5e2e9e1c99dfda8eb00 (patch)
tree5a053a1d3133662de23ceb545db0828de5ddfcc9 /server/Cargo.toml
parentee59ba81602a209c2262846032d7e936cb2e8d1f (diff)
downloadjellything-5c83df829b57f685f1c2b5e2e9e1c99dfda8eb00.tar
jellything-5c83df829b57f685f1c2b5e2e9e1c99dfda8eb00.tar.bz2
jellything-5c83df829b57f685f1c2b5e2e9e1c99dfda8eb00.tar.zst
fix up css
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index dcaaba6..103c919 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -32,3 +32,6 @@ serde_json = "1.0.145"
serde_yaml_ng = "0.10.0"
tokio = { workspace = true }
tokio-util = { version = "0.7.17", features = ["io", "io-util"] }
+
+[features]
+reload_css = ["jellyui/reload_css"]