mirror of
https://github.com/Rhelvetican/aoc2024.git
synced 2024-12-23 15:01:39 +00:00
8 lines
113 B
TOML
8 lines
113 B
TOML
|
[package]
|
||
|
edition = "2021"
|
||
|
name = "aoc2024"
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[dependencies]
|
||
|
thiserror = "2"
|