advent-of-code-2021/crates/day13/Cargo.toml

11 lines
221 B
TOML
Raw Normal View History

2021-12-13 06:34:48 +00:00
[package]
name = "day13"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
common = { path = "../common" }