All checks were successful
Run Check Script / check (pull_request) Successful in 1m59s
27 lines
669 B
TOML
27 lines
669 B
TOML
[package]
|
|
name = "harmony_app"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
harmony = { path = "../harmony" }
|
|
harmony-k8s = { path = "../harmony-k8s" }
|
|
harmony_config = { path = "../harmony_config" }
|
|
harmony_types = { path = "../harmony_types" }
|
|
async-trait.workspace = true
|
|
tokio.workspace = true
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
serde_yaml = { workspace = true }
|
|
schemars = "0.8"
|
|
tempfile.workspace = true
|
|
toml.workspace = true
|
|
log.workspace = true
|
|
reqwest.workspace = true
|
|
k8s-openapi.workspace = true
|
|
thiserror.workspace = true
|
|
docker-compose-types = "0.24"
|
|
fqdn = "0.5.2"
|