Update for release
This commit is contained in:
parent
56ed5b6d31
commit
bc986b3d29
2 changed files with 8 additions and 2 deletions
|
@ -2,6 +2,10 @@
|
||||||
name = "nrpc-build"
|
name = "nrpc-build"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,10 @@
|
||||||
name = "nrpc"
|
name = "nrpc"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "Apache-2.0"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
repository = "https://github.com/NGnius/nRPC"
|
||||||
|
readme = "../README.md"
|
||||||
|
description = "Yet another remote procedure call library"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
prost = "0.11"
|
prost = "0.11"
|
||||||
|
|
Loading…
Reference in a new issue