Version bump and Crago.toml info

This commit is contained in:
Alec Thilenius 2023-04-29 10:07:28 -07:00
parent 32313e83b5
commit fa5ad9c5b8
2 changed files with 10 additions and 4 deletions

View file

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

View file

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