Import last years utils
This commit is contained in:
parent
0e6e7d7a10
commit
ad2a33094e
4 changed files with 1031 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "aoc_2025"
|
||||
version = "0.1.0"
|
||||
authors = ["traxys <quentin@familleboyer.net>"]
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
arrayvec = "0.7.6"
|
||||
bstr = "1.11.0"
|
||||
clap = { version = "4.5.21", features = ["derive"] }
|
||||
color-eyre = "0.6.3"
|
||||
humantime = "2.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue