Files
k-mood/crates/api-types/Cargo.toml
Gabriel Kaszewski 95739892de
Some checks failed
CI / ci (push) Failing after 1m48s
init
2026-08-25 23:24:36 +02:00

15 lines
292 B
TOML

[package]
name = "api-types"
edition.workspace = true
version.workspace = true
[dependencies]
domain.workspace = true
application.workspace = true
config.workspace = true
serde.workspace = true
thiserror.workspace = true
uuid.workspace = true
chrono.workspace = true
utoipa.workspace = true