9 lines
149 B
TOML
9 lines
149 B
TOML
[package]
|
|
name = "balls_v2"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
ggdt = { path = "../../ggdt", features = [] }
|