mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
initial commit
This commit is contained in:
parent
9fcd892d42
commit
d55c642eb6
11 changed files with 305 additions and 1 deletions
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[package]
|
||||
name = "aquatic-crawler"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
description = "Crawler tool for the Aquatic BitTorrent tracker API"
|
||||
keywords = ["aquatic", "crawler", "parser", "bittorrent", "magnet"]
|
||||
categories = ["network-programming"]
|
||||
repository = "https://github.com/YGGverse/aquatic-crawler"
|
||||
# homepage = "https://yggverse.github.io"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
hyper-util = "0.1.14"
|
||||
librqbit = "8.1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue