adventofcode2022/aoc22-gdrop/Cargo.toml

10 lines
184 B
TOML
Raw Normal View History

2022-12-13 12:32:36 +01:00
[package]
name = "aoc22-gdrop"
2022-12-19 09:21:39 +01:00
version = "0.0.1"
2022-12-13 12:32:36 +01:00
edition = "2021"
2022-12-19 09:21:39 +01:00
authors = ["Leo Drachenfeuer <leo.drachenfeuer@m-spezial.de>"]
2022-12-13 12:32:36 +01:00
[dependencies]
gumdrop = "0.8"
2022-12-13 12:32:36 +01:00
aoc = {path= "../aoc"}