Files
advent-of-code/03/part1/Cargo.toml
2018-12-04 00:56:40 +00:00

9 lines
132 B
TOML

[package]
name = "part1"
version = "0.1.0"
authors = ["Nick Thomas <me@ur.gs>"]
edition = "2018"
[dependencies]
scan_fmt = "0.1.3"