path-gen/Cargo.toml

17 lines
271 B
TOML

[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]
flee = { path = "./flee" }
[workspace]
members = ["flee"]