using unified system
This commit is contained in:
16
komp-app/Cargo.toml
Normal file
16
komp-app/Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user