[package] name = "jellyui" version = "0.1.0" edition = "2024" [dependencies] markup = "0.16.0" jellycommon = { path = "../common" } humansize = "2.1.3" serde = { version = "1.0.228", features = ["derive", "rc"] } serde_json = "1.0.145" vte = "0.15.0" chrono = "0.4.43" jellyui-client-scripts = { path = "client-scripts" } jellyui-client-style = { path = "client-style" } jellyui-locale = { path = "locale" } [features] reload_css = ["jellyui-client-style/reload"] reload_js = ["jellyui-client-scripts/reload"]