From d57fa2e5a4fac194da131916b64aee986f8b5a9d Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Wed, 20 Jan 2021 21:41:28 -0600 Subject: [PATCH] :package: build: prepare ptth_relay for crates.io --- crates/ptth_relay/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crates/ptth_relay/Cargo.toml b/crates/ptth_relay/Cargo.toml index 6619475..ccc259b 100644 --- a/crates/ptth_relay/Cargo.toml +++ b/crates/ptth_relay/Cargo.toml @@ -6,6 +6,10 @@ authors = ["Trish"] edition = "2018" 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] base64 = "0.12.3" @@ -29,4 +33,4 @@ tracing-futures = "0.2.4" tracing-subscriber = "0.2.15" ulid = "0.4.1" -ptth_core = { path = "../ptth_core" } +ptth_core = { path = "../ptth_core", version = "1.1.0" }