mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
19 lines
539 B
TOML
19 lines
539 B
TOML
[package]
|
|
name = "aquatic"
|
|
version = "0.1.0"
|
|
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
description = "Blazingly fast, multi-threaded BitTorrent tracker (UDP, HTTP, WebTorrent)"
|
|
repository = "https://github.com/greatest-ape/aquatic"
|
|
keywords = ["bittorrent", "torrent", "webtorrent"]
|
|
|
|
[[bin]]
|
|
name = "aquatic"
|
|
|
|
[dependencies]
|
|
aquatic_cli_helpers = "0.1.0"
|
|
aquatic_http = "0.1.0"
|
|
aquatic_udp = "0.1.0"
|
|
aquatic_ws = "0.1.0"
|
|
mimalloc = { version = "0.1", default-features = false }
|