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]