mirror of
https://github.com/AThilenius/axum-connect.git
synced 2025-01-05 01:39:14 +00:00
Add more info to the Cargo.toml files
This commit is contained in:
parent
3e1cd13500
commit
c676f0ffe9
2 changed files with 12 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue