tvl-depot/users/riking/adventofcode-2020/day01/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
238 B
TOML
Raw Normal View History

[package]
name = "day01"
version = "0.1.0"
authors = ["Kane York <kanepyork@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.34"