mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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,6 +4,8 @@ version = "0.1.0"
|
|||
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
description = "Blazingly fast, multi-threaded WebTorrent tracker"
|
||||
repository = "https://github.com/greatest-ape/aquatic"
|
||||
|
||||
[lib]
|
||||
name = "aquatic_ws"
|
||||
|
|
@ -15,9 +17,9 @@ path = "src/bin/main.rs"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
aquatic_cli_helpers = { path = "../aquatic_cli_helpers" }
|
||||
aquatic_common = { path = "../aquatic_common" }
|
||||
aquatic_ws_protocol = { path = "../aquatic_ws_protocol" }
|
||||
aquatic_cli_helpers = "0.1.0"
|
||||
aquatic_common = "0.1.0"
|
||||
aquatic_ws_protocol = "0.1.0"
|
||||
crossbeam-channel = "0.4"
|
||||
either = "1"
|
||||
hashbrown = { version = "0.9", features = ["serde"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue