Some checks failed
Run Check Script / check (pull_request) Failing after 6s
27 lines
636 B
TOML
27 lines
636 B
TOML
[package]
|
|
name = "harmony_agent"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
harmony = { path = "../harmony" }
|
|
# harmony_cli = { path = "../harmony_cli" }
|
|
harmony_types = { path = "../harmony_types" }
|
|
harmony_macros = { path = "../harmony_macros" }
|
|
cidr = { workspace = true }
|
|
tokio = { workspace = true }
|
|
log = { workspace = true }
|
|
env_logger = { workspace = true }
|
|
async-nats = "0.45.0"
|
|
async-trait = "0.1"
|
|
# url = { workspace = true }
|
|
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
getrandom = "0.3.4"
|
|
|
|
thiserror.workspace = true
|
|
pretty_assertions.workspace = true
|