summaryrefslogtreecommitdiff
path: root/viz/Cargo.toml
blob: 2894c211f407413dd8a99124d3b45c42e305eb9e (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "viz"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
graph = { path = "../graph" }