btracker/Cargo.toml

19 lines
No EOL
568 B
TOML

[package]
name = "yggtrackerd"
version = "0.1.0"
edition = "2024"
license = "MIT"
readme = "README.md"
description = "BitTorrent aggregation web-server, based on the Rocket framework and aquatic-crawler FS"
keywords = ["yggtracker", "bittorrent", "server", "aggregator", "catalog"]
categories = ["network-programming"]
repository = "https://github.com/YGGverse/yggtrackerd"
# homepage = "https://yggverse.github.io"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
rocket = "0.5"
librqbit-core = "5.0"
chrono = "0.4.41"
url = "2.5"
urlencoding = "2.1"