[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] clap = { version = "4.4.10", features = ["derive"] } num-bigint = "0.4.4" num-irrational = { version = "0.3.0", features = ["num-bigint"] } num-rational = { version = "0.4.1", features = ["num-bigint"] } regex = "1.10.2" reqwest = "0.11.22" scraper = "0.18.1" tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }