harmony-dag/harmony-core/Cargo.toml

12 lines
276 B
TOML

[package]
name = "harmony-core"
version = "0.1.0"
edition = "2024"
[dependencies]
async-trait = "0.1.89"
petgraph = "0.8.2"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }