ggdt/examples/template_minimal/Cargo.toml

9 lines
142 B
TOML
Raw Normal View History

2022-05-26 18:43:22 -04:00
[package]
name = "template_minimal"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
ggdt = { path = "../../ggdt" }