[package] name = "yuki" version = "0.1.3" edition = "2021" description = "multithreaded web archiver" repository = "https://github.com/pcranaway/yuki" homepage = "https://github.com/pcranaway/yuki" license-file = "LICENSE" authors = ["pcranaway"] [dependencies] anyhow = "1.0.70" clap = { version = "4.2.4", features = ["derive"]} log = "0.4.17" rand = "0.8.5" reqwest = { version = "0.11", features = ["blocking"] } simple_logger = "4.1.0"