From c676f0ffe9f8b675b973c08cdf5c6f0d4905f6d1 Mon Sep 17 00:00:00 2001 From: Alec Thilenius Date: Fri, 3 Mar 2023 04:52:10 +0000 Subject: [PATCH] Add more info to the Cargo.toml files --- axum-connect-build/Cargo.toml | 6 ++++++ axum-connect/Cargo.toml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/axum-connect-build/Cargo.toml b/axum-connect-build/Cargo.toml index 1427ba5..58292e3 100644 --- a/axum-connect-build/Cargo.toml +++ b/axum-connect-build/Cargo.toml @@ -2,6 +2,12 @@ name = "axum-connect-build" version = "0.1.0" edition = "2021" +categories = ["rpc", "connect-web", "axum", "http"] +description = "Connect-Web RPC for Axum" +keywords = ["rpc", "axum", "protobuf", "connect"] +license = "MIT OR Apache-2.0" +readme = "../README.md" +repository = "https://github.com/AThilenius/axum-connect" [dependencies] anyhow = "1.0" diff --git a/axum-connect/Cargo.toml b/axum-connect/Cargo.toml index 6e4fc34..dcc5ee2 100644 --- a/axum-connect/Cargo.toml +++ b/axum-connect/Cargo.toml @@ -2,6 +2,12 @@ name = "axum-connect" version = "0.1.0" edition = "2021" +categories = ["rpc", "connect-web", "axum", "http"] +description = "Connect-Web RPC for Axum" +keywords = ["rpc", "axum", "protobuf", "connect"] +license = "MIT OR Apache-2.0" +readme = "../README.md" +repository = "https://github.com/AThilenius/axum-connect" [dependencies] axum = "0.6.9"