r34-scraper/Cargo.toml
danmax 6831aaf6ff Revert "Merge pull request 'Update gitignore, add taap, luv gaylord' (#5) from UwU/not-r34:main into main"
This reverts commit 9744c81ef58d3d81215a2a70a3daab79b021b9e6, reversing
changes made to eeee4f50b36a14a5a11b1204b031909ded3a9918.
2024-10-19 13:24:44 -04:00

10 lines
204 B
TOML

[package]
name = "r34-scraper"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1.11.0"
reqwest = { version = "0.12.8", features = ["blocking"] }
tokio = { version = "1", features = ["full"] }