📦 build: prepare ptth_relay for crates.io
parent
89213ebf8a
commit
d57fa2e5a4
|
@ -6,6 +6,10 @@ authors = ["Trish"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
|
||||||
|
description = "A relay that allows HTTP clients to access PTTH servers"
|
||||||
|
repository = "https://github.com/ReactorScram/ptth"
|
||||||
|
categories = ["command-line-utilities", "web-programming::http-server"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
base64 = "0.12.3"
|
base64 = "0.12.3"
|
||||||
|
@ -29,4 +33,4 @@ tracing-futures = "0.2.4"
|
||||||
tracing-subscriber = "0.2.15"
|
tracing-subscriber = "0.2.15"
|
||||||
ulid = "0.4.1"
|
ulid = "0.4.1"
|
||||||
|
|
||||||
ptth_core = { path = "../ptth_core" }
|
ptth_core = { path = "../ptth_core", version = "1.1.0" }
|
||||||
|
|
Loading…
Reference in New Issue