[package] name = "lfs_scraper" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.24", features = ["blocking"] } rss = "2" time = { version = "0.3", features = ["local-offset", "formatting", "macros"]} clokwerk = "0.4" pico-args = "0.5"