advent_of_code_2023/Cargo.toml
Anthony Cicchetti 95d3c592ca init
2023-11-29 10:49:26 -05:00

10 lines
229 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']