path-gen/Cargo.toml

17 lines
271 B
TOML
Raw Permalink Normal View History

2021-10-05 23:34:01 +00:00
[package]
name = "path-gen"
version = "0.1.0"
edition = "2018"
[features]
default = []
test = []
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-05-15 18:28:25 +00:00
flee = { path = "./flee" }
[workspace]
members = ["flee"]