advent-of-code-2023/cli/Cargo.toml

11 lines
252 B
TOML
Raw Normal View History

2023-12-10 21:14:11 -07:00
[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"