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

11 lines
237 B
TOML
Raw Permalink Normal View History

2019-12-14 11:35:34 +01:00
[package]
name = "day14"
version = "0.1.0"
authors = ["kageru <kageru@encode.moe>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4.0"