forked from github-starred/komodo
* add close alert threshold to prevent Ok - Warning back and forth * remove part about repo being deleted, no longer behavior * resource sync share general common * remove this changelog. use releases * remove changelog from readme * write commit file clean up path * docs: supports any git provider repo * fix docs: authorization * multiline command supports escaped newlines * move webhook to build config advanced * parser comments with escaped newline * improve parser * save use Enter. escape monaco using escape * improve logic when deployment / stack action buttons shown * used_mem = total - available * Fix unrecognized path have 404 * webhooks will 404 if misconfigured * move update logger / alerter * delete migrator * update examples * publish typescript client komodo_client
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
|
|
komodo_client.workspace = true
|
|
logger.workspace = true
|
|
# external
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
axum.workspace = true
|
|
anyhow.workspace = true
|
|
serde.workspace = true
|
|
dotenvy.workspace = true
|
|
envy.workspace = true |