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

11 lines
261 B
TOML

[package]
name = "cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4" }
common = { path = "../common" }
day_01 = { path = "../day_01" }