AdventOfCode/2015/Cargo.toml
2021-11-08 20:54:57 +01:00

13 lines
175 B
TOML

[package]
name = "aoc2015"
version = "0.1.0"
authors = ["dece <shgck@pistache.land>"]
edition = "2018"
[lib]
name = "aoc"
[dependencies]
md5 = "0.7.0"
serde_json = "1.0.69"