Took longer than I hoped it would. Not really familiar with some basic Rust stuff (like file handling, etc.). Also rust-analyzer was really not being nice. It crashed on StructOpt and keeps complaining about unsafe being necessary in any and all format! statements.
10 lines
190 B
TOML
10 lines
190 B
TOML
[package]
|
|
name = "aoc2021"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = "2.34"
|