lfs_scraper/Cargo.toml
2023-01-03 20:39:03 +01:00

14 lines
363 B
TOML

[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.13", features = ["blocking"] }
rss = "2"
time = { version = "0.3", features = ["local-offset", "formatting", "macros"]}
clokwerk = "0.4"
pico-args = "0.5"