[package] name = "komp-app" version.workspace = true edition.workspace = true license.workspace = true description = "Shared application services and rules for komp_ac clients" [dependencies] anyhow.workspace = true common = { path = "../common" } jiff = { version = "0.2.15", default-features = false, features = ["std", "tzdb-bundle-always"] } prost-types.workspace = true sanitise-file-name = "1" serde.workspace = true toml.workspace = true tonic.workspace = true ux-config = { path = "../tui-pages/ux-config" } uuid = { version = "1.23.3", features = ["v4"] }