mirror of
https://git.sr.ht/~anthonycicc/advent_of_code_2023
synced 2025-04-10 12:12:23 -04:00
11 lines
No EOL
268 B
TOML
11 lines
No EOL
268 B
TOML
[package]
|
|
name = "day_02"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
common = { path = "../common"}
|
|
thiserror = { workspace = true }
|
|
winnow = { workspace = true } |