📦 build: prepare ptth_relay for crates.io

main
_ 2021-01-20 21:41:28 -06:00
parent 89213ebf8a
commit d57fa2e5a4
1 changed files with 5 additions and 1 deletions

View File

@ -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" }