mirror of
https://git.sr.ht/~anthonycicc/advent_of_code_2023
synced 2025-04-10 20:14:28 -04:00
14 lines
308 B
TOML
14 lines
308 B
TOML
[package]
|
|
name = "advent_of_code_2023"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[workspace]
|
|
members = ['common', 'cli', 'day_one', "day_two"]
|
|
|
|
[workspace.dependencies]
|
|
thiserror = "1"
|
|
winnow = "0.5"
|