advent-of-code-2020/day02/Cargo.toml

11 lines
236 B
TOML
Raw Normal View History

2020-12-02 06:23:39 +00:00
[package]
name = "day02"
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"