mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 21:27:26 -05:00
23 lines
532 B
TOML
23 lines
532 B
TOML
[package]
|
|
name = "alerter"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
# local
|
|
monitor_client.workspace = true
|
|
logger.workspace = true
|
|
# external
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
axum.workspace = true
|
|
anyhow.workspace = true
|
|
serde.workspace = true
|
|
dotenv.workspace = true
|
|
envy.workspace = true |