adventofcode2022/aoc22-gdrop/Cargo.toml

9 lines
124 B
TOML
Raw Normal View History

2022-12-13 12:32:36 +01:00
[package]
name = "aoc22-gdrop"
version = "2022.1.0"
edition = "2021"
[dependencies]
gumdrop = "0.8"
2022-12-13 12:32:36 +01:00
aoc = {path= "../aoc"}