blob: b88451d0e837676dab491617cf5add1a9ac1c4af (
plain)
1
2
3
4
5
6
7
8
9
|
[package]
name = "forest"
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" }
|