[package] name = "daily-garf" version = "0.2.0" edition = "2021" description = "Downloads and saves the daily Garfield comic" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.31" image = "0.24.7" reqwest = "0.11.18" scraper = "0.16.0" tokio = { version = "1.28.2" , features = ["full"] }