advent-of-code-2019/day10/Cargo.toml

11 lines
234 B
TOML
Raw Permalink Normal View History

2019-12-17 05:09:28 +00:00
[package]
name = "day10"
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]
num = "0.2"