Setup for 2023

This commit is contained in:
2023-12-01 11:12:56 +01:00
parent ea51fd11fe
commit 1b597ec05f
5 changed files with 143 additions and 0 deletions

11
2023/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "aoc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
[features]