advent-of-code-2023/Cargo.toml

13 lines
338 B
TOML
Raw Normal View History

[package]
name = "advent"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-12-01 22:34:54 -07:00
clap = { version = "4.4.10", features = ["derive"] }
regex = "1.10.2"
reqwest = "0.11.22"
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }