Skip to content

Commit

Permalink
chore: update ns-protocol crate's metainfo for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Dec 7, 2023
1 parent bdb6f10 commit 1b3222f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions crates/ns-indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
4 changes: 2 additions & 2 deletions crates/ns-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 1b3222f

Please sign in to comment.