This commit is contained in:
Michael Lehmann
2024-04-09 22:44:25 +02:00
commit 04030d4aa2
4 changed files with 1761 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "sl-update"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1.10.4"
reqwest = { version = "0.12.3", features = ["blocking"] }
scraper = "0.19.0"