advent_of_code/2019/day13_care_package/Cargo.toml
2023-03-12 20:53:18 +01:00

9 lines
248 B
TOML

[package]
name = "day13_care_package"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
intcode_processor = { path = "../common/intcode_processor" }