Update for release

This commit is contained in:
NGnius (Graham) 2023-04-10 14:37:55 -04:00
parent 56ed5b6d31
commit bc986b3d29
2 changed files with 8 additions and 2 deletions

View file

@ -2,6 +2,10 @@
name = "nrpc-build"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/NGnius/nRPC"
readme = "../README.md"
description = "Yet another remote procedure call library - codegen"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -2,8 +2,10 @@
name = "nrpc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "Apache-2.0"
repository = "https://github.com/NGnius/nRPC"
readme = "../README.md"
description = "Yet another remote procedure call library"
[dependencies]
prost = "0.11"