From 1b3222f15e1168c277fe00b3aeb180985fe5b4fe Mon Sep 17 00:00:00 2001 From: 0xZensh Date: Thu, 7 Dec 2023 21:03:00 +0800 Subject: [PATCH] chore: update ns-protocol crate's metainfo for publishing --- Cargo.toml | 3 ++- crates/ns-indexer/Cargo.toml | 4 ++-- crates/ns-protocol/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91ca534..383c6f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,10 @@ name = "ns-rs" version = "0.1.0" edition = "2021" rust-version = "1.64" -description = "" +description = "Name & Service Protocol implementations in Rust" publish = false repository = "https://github.com/ldclabs/ns-rs" +license = "CC0-1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/ns-indexer/Cargo.toml b/crates/ns-indexer/Cargo.toml index c302a21..d5486f8 100644 --- a/crates/ns-indexer/Cargo.toml +++ b/crates/ns-indexer/Cargo.toml @@ -3,10 +3,10 @@ name = "ns-indexer" version = "0.1.0" edition = "2021" rust-version = "1.64" -description = "" +description = "Name & Service Protocol indexer service in Rust" publish = false repository = "https://github.com/ldclabs/ns-rs/crates/ns-indexer" -license = "CC0 1.0 Universal" +license = "CC0-1.0" [lib] diff --git a/crates/ns-protocol/Cargo.toml b/crates/ns-protocol/Cargo.toml index 838cd67..5be700b 100644 --- a/crates/ns-protocol/Cargo.toml +++ b/crates/ns-protocol/Cargo.toml @@ -3,10 +3,10 @@ name = "ns-protocol" version = "0.1.0" edition = "2021" rust-version = "1.64" -description = "" +description = "Name & Service Protocol in Rust" publish = true repository = "https://github.com/ldclabs/ns-rs/crates/ns-protocol" -license = "CC0 1.0 Universal" +license = "CC0-1.0" [lib]