CJ_Clippy 694dc89f03 git subrepo clone https://github.com/greatest-ape/aquatic ./apps/aquatic
subrepo:
  subdir:   "apps/aquatic"
  merged:   "34b45e92"
upstream:
  origin:   "https://github.com/greatest-ape/aquatic"
  branch:   "master"
  commit:   "34b45e92"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2025-02-21 19:47:41 -08:00

22 lines
559 B
TOML

[package]
name = "aquatic"
description = "High-performance open BitTorrent tracker (UDP, HTTP, WebTorrent)"
keywords = ["bittorrent", "torrent", "webtorrent"]
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
rust-version.workspace = true
[[bin]]
name = "aquatic"
[dependencies]
aquatic_common.workspace = true
aquatic_http.workspace = true
aquatic_udp.workspace = true
aquatic_ws.workspace = true
mimalloc = { version = "0.1", default-features = false }