getting on website; edit date and importance

This commit is contained in:
2025-11-16 02:06:25 +01:00
parent 645f7a546b
commit e6729b06b8
10 changed files with 16412 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "WebScraper"
version = "0.1.0"
edition = "2024"
[dependencies]
fantoccini = { version = "0.21.5", default-features = false, features = ["native-tls"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
anyhow = "1.0"
futures = "0.3"
serde_json = "1.0"