ggdt/examples/template_minimal/Cargo.toml
2023-11-11 13:52:58 -05:00

9 lines
137 B
TOML

[package]
name = "template_minimal"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "=1.0.75"
ggdt = { path = "../../ggdt" }