From 1836034374ba53677f5b72bdf8e3c976f97847af Mon Sep 17 00:00:00 2001 From: hozan23 Date: Mon, 20 May 2024 00:56:08 +0200 Subject: add metadata to Cargo.toml files --- jsonrpc/jsonrpc_macro/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jsonrpc/jsonrpc_macro') diff --git a/jsonrpc/jsonrpc_macro/Cargo.toml b/jsonrpc/jsonrpc_macro/Cargo.toml index f0af550..188aae6 100644 --- a/jsonrpc/jsonrpc_macro/Cargo.toml +++ b/jsonrpc/jsonrpc_macro/Cargo.toml @@ -2,6 +2,10 @@ name = "karyon_jsonrpc_macro" version.workspace = true edition.workspace = true +homepage.workspace = true +repository.workspace = true +license.workspace = true +authors.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3