aoc2021/Cargo.toml
David Lenfesty e6b3f045f8 Solved Day 1 challenges.
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.
2021-11-30 23:05:57 -07:00

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"