mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-01 16:19:58 -05:00
* BatchDestroyDeployment * periphery image pull api * Add Pull apis * Add PullStack / PullDeployment * improve init deploy from container * stacks + deployments update_available source * Fix deploy / destroy stack service * updates available indicator * add poll for updates and auto update options * use interval to handle waiting between resource refresh * stack auto update deploy whole stack * format * clean up the docs * update available alerts * update alerting format * fix most clippy
21 lines
425 B
TOML
21 lines
425 B
TOML
[package]
|
|
name = "git"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
komodo_client.workspace = true
|
|
formatting.workspace = true
|
|
command.workspace = true
|
|
cache.workspace = true
|
|
#
|
|
run_command.workspace = true
|
|
svi.workspace = true
|
|
#
|
|
tracing.workspace = true
|
|
anyhow.workspace = true
|
|
tokio.workspace = true |