Skip to content

Commit 1b3222f

Browse files
committed
chore: update ns-protocol crate's metainfo for publishing
1 parent bdb6f10 commit 1b3222f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name = "ns-rs"
33
version = "0.1.0"
44
edition = "2021"
55
rust-version = "1.64"
6-
description = ""
6+
description = "Name & Service Protocol implementations in Rust"
77
publish = false
88
repository = "https://github.com/ldclabs/ns-rs"
9+
license = "CC0-1.0"
910

1011
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1112

crates/ns-indexer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "ns-indexer"
33
version = "0.1.0"
44
edition = "2021"
55
rust-version = "1.64"
6-
description = ""
6+
description = "Name & Service Protocol indexer service in Rust"
77
publish = false
88
repository = "https://github.com/ldclabs/ns-rs/crates/ns-indexer"
9-
license = "CC0 1.0 Universal"
9+
license = "CC0-1.0"
1010

1111
[lib]
1212

crates/ns-protocol/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "ns-protocol"
33
version = "0.1.0"
44
edition = "2021"
55
rust-version = "1.64"
6-
description = ""
6+
description = "Name & Service Protocol in Rust"
77
publish = true
88
repository = "https://github.com/ldclabs/ns-rs/crates/ns-protocol"
9-
license = "CC0 1.0 Universal"
9+
license = "CC0-1.0"
1010

1111
[lib]
1212

0 commit comments

Comments
 (0)