ggdt/examples/template_minimal/Cargo.toml

9 lines
142 B
TOML

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