mirror of
https://github.com/AThilenius/axum-connect.git
synced 2024-11-24 06:19:46 +00:00
Version bump and Crago.toml info
This commit is contained in:
parent
32313e83b5
commit
fa5ad9c5b8
2 changed files with 10 additions and 4 deletions
|
@ -1,9 +1,14 @@
|
|||
[package]
|
||||
name = "axum-connect-build"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Alec Thilenius <alec@thilenius.com>"]
|
||||
edition = "2021"
|
||||
categories = ["rpc", "connect-web", "axum", "http"]
|
||||
description = "Connect-Web RPC for Axum"
|
||||
categories = [
|
||||
"network-programming",
|
||||
"web-programming",
|
||||
"web-programming::http-server",
|
||||
]
|
||||
description = "Connect-Web RPC code generator for axum-connect"
|
||||
keywords = ["rpc", "axum", "protobuf", "connect"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[package]
|
||||
name = "axum-connect"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
authors = ["Alec Thilenius <alec@thilenius.com>"]
|
||||
edition = "2021"
|
||||
categories = [
|
||||
"network-programming",
|
||||
|
|
Loading…
Reference in a new issue