mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
22 lines
750 B
TOML
22 lines
750 B
TOML
[package]
|
|
name = "btracker"
|
|
version = "0.3.4"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
description = "βtracker is a social BitTorrent aggregator based on the aquatic-crawler FS index and Rocket web-framework"
|
|
keywords = ["bittorrent", "aquatic", "aquatic-crawler", "librqbit", "rocket"]
|
|
categories = ["network-programming"]
|
|
repository = "https://github.com/yggverse/btracker"
|
|
# homepage = "https://yggverse.github.io"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
rocket = "0.5"
|
|
librqbit-core = "5.0"
|
|
chrono = { version = "0.4.41", features = ["serde"] }
|
|
url = { version = "2.5", features = ["serde"] }
|
|
urlencoding = "2.1"
|
|
rocket_dyn_templates = { version = "0.2", features = ["tera"] }
|
|
plurify = "0.2"
|
|
rand = "0.9"
|