aquatic/aquatic/Cargo.toml
2021-11-24 18:56:26 +01:00

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 }