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