aoc2019/day15/Cargo.toml

11 lines
254 B
TOML
Raw Normal View History

2019-12-15 10:12:43 +00:00
[package]
name = "day15"
version = "0.1.0"
authors = ["Stefan Bühler <stbuehler@web.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
shared = { path = "../shared" }