File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ name = "ns-rs"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
5
rust-version = " 1.64"
6
- description = " "
6
+ description = " Name & Service Protocol implementations in Rust "
7
7
publish = false
8
8
repository = " https://github.com/ldclabs/ns-rs"
9
+ license = " CC0-1.0"
9
10
10
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
12
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name = "ns-indexer"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
5
rust-version = " 1.64"
6
- description = " "
6
+ description = " Name & Service Protocol indexer service in Rust "
7
7
publish = false
8
8
repository = " https://github.com/ldclabs/ns-rs/crates/ns-indexer"
9
- license = " CC0 1.0 Universal "
9
+ license = " CC0- 1.0"
10
10
11
11
[lib ]
12
12
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name = "ns-protocol"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
5
rust-version = " 1.64"
6
- description = " "
6
+ description = " Name & Service Protocol in Rust "
7
7
publish = true
8
8
repository = " https://github.com/ldclabs/ns-rs/crates/ns-protocol"
9
- license = " CC0 1.0 Universal "
9
+ license = " CC0- 1.0"
10
10
11
11
[lib ]
12
12
You can’t perform that action at this time.
0 commit comments