dustin
/
aoc2021
Archived
1
0
Fork 0
This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
aoc2021/Cargo.toml

10 lines
204 B
TOML

[package]
name = "aoc2021"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bounded-vec-deque = "0.1.1"