AoC/2022/days/05/supply-stacks/Cargo.toml

10 lines
199 B
TOML
Raw Permalink Normal View History

2023-12-10 20:05:40 +01:00
[package]
2024-06-02 17:39:40 +02:00
name = "supply-stacks"
2023-12-10 20:05:40 +01:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-06-02 17:39:40 +02:00
queues = "1.1.0"