From bc986b3d29d1f258ab46ed503720f3de6b0c78eb Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Mon, 10 Apr 2023 14:37:55 -0400 Subject: [PATCH] Update for release --- nrpc-build/Cargo.toml | 4 ++++ nrpc/Cargo.toml | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/nrpc-build/Cargo.toml b/nrpc-build/Cargo.toml index 3d9226e..0a8de9b 100644 --- a/nrpc-build/Cargo.toml +++ b/nrpc-build/Cargo.toml @@ -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 diff --git a/nrpc/Cargo.toml b/nrpc/Cargo.toml index 79ffb64..4a59a11 100644 --- a/nrpc/Cargo.toml +++ b/nrpc/Cargo.toml @@ -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"