aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
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"]