using unified system

This commit is contained in:
Filipriec
2026-08-30 07:49:19 +02:00
parent 80d61760a2
commit 408187cb57
30 changed files with 2754 additions and 225 deletions

16
komp-app/Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[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
tonic.workspace = true
uuid = { version = "1.23.3", features = ["v4"] }