Skip to content

Commit

Permalink
chore: env example updated + crate info added
Browse files Browse the repository at this point in the history
  • Loading branch information
falcon71181 committed Sep 9, 2024
1 parent 75c5040 commit 523c510
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env_example
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ UTILS_ERROR_WEBHOOK=xxx

HIANIME_DOMAINS=xxx
USER_AGENT_HEADER=xxx
ACCEPT_ENCODING_HEADER=xxx
ACCEPT_HEADER=xxx
13 changes: 13 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
name = "aniscraper"
version = "0.1.0"
edition = "2021"
categories = ["web-programming", "parsing", "parser-implementations", "web-programming::http-client"]
description = "Rust library designed for efficient web scraping and data extraction. It simplifies the process of fetching, parsing, and extracting data from websites."
documentation = "https://github.com/0xSSOMPW/aniscraper/blob/master/README.md"
readme = "README.md"
authors = ["falcon71181"]
keywords = ["web", "anime", "web-scraping", "hianime", "zoro"]
repository = "https://github.com/0xSSOMPW/aniscraper"
license = "MIT LICENSE"
license-file = "LICENSE"

[lib]
name = "aniscraper" # The name of the target.
path = "src/lib.rs" # The source file of the target.

[dependencies]
brotli = "6.0.0"
Expand Down

0 comments on commit 523c510

Please sign in to comment.