-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update manifest and get ready for cargo publish
- Loading branch information
1 parent
0af8d07
commit f71627d
Showing
3 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,18 @@ | |
name = "scrapelect" | ||
version = "0.2.0" | ||
edition = "2021" | ||
authors = ["Max Carr <[email protected]>"] | ||
license = "Apache-2.0 OR MIT" | ||
repository = "https://github.com/suaviloquence/scrapelect" | ||
description = "Interpreter for scrapelect, a CSS-inspired web scraping DSL" | ||
|
||
[dependencies] | ||
anyhow = "1.0" | ||
regex = "1.10" | ||
reqwest = "0.12.5" | ||
scraper = "0.19" | ||
tokio = { version = "1.38.0", features = ["full"] } | ||
filter-proc-macro = { path = "./filter-proc-macro", version = "0.2.0" } | ||
scrapelect-filter-proc-macro = { path = "./filter-proc-macro", version = "0.2.0" } | ||
serde_json = "1.0" | ||
serde = { version = "1.0", features = ["derive", "rc"] } | ||
futures = "0.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters