harmony-dag/examples/harmony/Cargo.toml

14 lines
358 B
TOML

[package]
name = "example-harmony"
version = "0.1.0"
edition = "2024"
[dependencies]
async-trait = "0.1.89"
harmony-core = { version = "0.1.0", path = "../../harmony-core" }
harmony-derive = { version = "0.1.0", path = "../../harmony-derive" }
inquire = "0.7.5"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"
tokio = "1.47.1"