frzndev-challenges/challenges/december-2024/c2/Cargo.toml
NotAShelf bfb7d95aa7
restructure; add challenge 2 solution
I forgot about atomic commits...
2024-12-01 17:09:14 +03:00

10 lines
129 B
TOML

[package]
name = "challenge-2"
version = "0.1.0"
edition = "2021"
[dependencies]
geometry = {path = "../../../lib/geometry" }