v6/crates/graph/Cargo.toml

13 lines
273 B
TOML
Raw Normal View History

2024-10-29 14:21:06 -04:00
[package]
name = "graph"
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"] }