making 2023 a generic aoc repo
This commit is contained in:
18
2023/Cargo.toml
Normal file
18
2023/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [ "day-*" ]
|
||||
|
||||
[workspace.package]
|
||||
version = "2023.0.0"
|
||||
edition = "2021"
|
||||
authors = [ "Dylan Thies" ]
|
||||
repository = "https://github.com/smellyfis/AOC-2023.git"
|
||||
|
||||
[workspace.dependencies]
|
||||
derive-getters = "0.3.0"
|
||||
error-stack = "0.4.1"
|
||||
itertools = "0.12.0"
|
||||
log = "0.4.20"
|
||||
nom = "7.1.3"
|
||||
rstest = "0.18.2"
|
||||
rstest_reuse = "0.6.0"
|
||||
Reference in New Issue
Block a user