advent-of-code-2020/day01/Cargo.toml
Tyler Hallada 9b5fb1cdc4 day1 -> day01
Cause sorting be that way
2020-12-01 19:26:18 -05:00

11 lines
237 B
TOML

[package]
name = "day01"
version = "0.1.0"
authors = ["Tyler Hallada <tyler@hallada.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"