Created template for advent of code in rust
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "advent_of_code_XXXX"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
fancy-regex = "0.14.0"
|
||||
hashbrown = "0.15.1"
|
||||
itertools = "0.13.0"
|
||||
strum = "0.26.3"
|
||||
strum_macros = "0.26.4"
|
||||
tokio = {version = "1.41.1", features = ["full"]}
|
||||
Reference in New Issue
Block a user