v6/crates/compute_graph/Cargo.toml

13 lines
281 B
TOML
Raw Normal View History

2024-10-29 14:21:06 -04:00
[package]
2024-11-02 11:17:32 -04:00
name = "compute_graph"
2024-10-29 14:21:06 -04:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
petgraph = "0.6.5"
[dev-dependencies]
tokio = { version = "1.41.0", features = ["rt", "macros"] }