getting on website; edit date and importance
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user