advent_of_code/2019/day11_space_police/Cargo.toml
2023-03-12 15:59:12 +01:00

9 lines
247 B
TOML

[package]
name = "day11_space_police"
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" }