adventofcode2022/Cargo.toml

20 lines
232 B
TOML
Raw Normal View History

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]
members = [
"aoc22-clap",
2022-12-13 12:32:36 +01:00
"aoc22-gdrop",
"aoc"
2022-12-13 12:32:36 +01:00
]
[[bin]]
name = "aoc22-clap"
path = "aoc22-clap"
[[bin]]
name = "aoc22-gdrop"
path = "aoc22-gdrop"