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"