mirror of
https://github.com/AThilenius/axum-connect.git
synced 2025-01-06 18:18:42 +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"
|
name = "axum-connect-build"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
|
|
@ -2,6 +2,12 @@
|
||||||
name = "axum-connect"
|
name = "axum-connect"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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]
|
[dependencies]
|
||||||
axum = "0.6.9"
|
axum = "0.6.9"
|
||||||
|
|
Loading…
Reference in a new issue