mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
Use (patched) crates.io deps for crates, add some package metadata
This commit is contained in:
parent
66e9882f48
commit
fe11ed138a
15 changed files with 66 additions and 28 deletions
|
|
@ -4,13 +4,16 @@ version = "0.1.0"
|
|||
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
||||
edition = "2018"
|
||||
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 = { path = "../aquatic_cli_helpers" }
|
||||
aquatic_http = { path = "../aquatic_http" }
|
||||
aquatic_udp = { path = "../aquatic_udp" }
|
||||
aquatic_ws = { path = "../aquatic_ws" }
|
||||
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 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue