Files
k-mood/crates/worker/Cargo.toml
Gabriel Kaszewski 23d052278a
All checks were successful
CI / ci (push) Successful in 19m38s
changes
2026-08-26 20:58:14 +02:00

17 lines
297 B
TOML

[package]
name = "worker"
edition.workspace = true
version.workspace = true
[[bin]]
name = "k-mood-worker"
path = "src/main.rs"
[dependencies]
bootstrap.workspace = true
domain.workspace = true
application.workspace = true
config.workspace = true
tokio.workspace = true
tracing.workspace = true