2022-12-13 12:32:36 +01:00
|
|
|
[package]
|
|
|
|
name = "adventofcode"
|
|
|
|
version = "2022.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
2022-12-05 16:10:34 +01:00
|
|
|
|
2022-12-13 12:32:36 +01:00
|
|
|
[workspace]
|
2022-12-13 05:02:02 +01:00
|
|
|
members = [
|
|
|
|
"aoc22-clap",
|
2022-12-13 12:32:36 +01:00
|
|
|
"aoc22-gdrop",
|
2022-12-13 05:02:02 +01:00
|
|
|
"aoc"
|
2022-12-13 12:32:36 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "aoc22-clap"
|
|
|
|
path = "aoc22-clap"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "aoc22-gdrop"
|
|
|
|
path = "aoc22-gdrop"
|