Files
advent-of-code/2018/03/part1/Cargo.toml
Nick Thomas cb0c5fa868 Add '2018/' from commit '4f35fa85150c24c3c606851be3a8cd5efd6f5500'
git-subtree-dir: 2018
git-subtree-mainline: 5ccd921b23
git-subtree-split: 4f35fa8515
2022-01-09 17:08:32 +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"