Add more info to the Cargo.toml files

This commit is contained in:
Alec Thilenius 2023-03-03 04:52:10 +00:00
parent 3e1cd13500
commit c676f0ffe9
2 changed files with 12 additions and 0 deletions

View file

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

View file

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