advent-of-code-2023/cli/Cargo.toml
Ty a8ece7c6d8
More benchmarking overcomplicated stuff
Truly putting that AP Stats knowledge to the test
2023-12-16 00:17:07 -07:00

10 lines
252 B
TOML

[package]
name = "advent-cli"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.4.10", features = ["derive"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
advent = { path = "../lib" }
indoc = "2.0.4"