Skip to content

Commit

Permalink
Add authors and edition to workspace Cargo.toml
Browse files Browse the repository at this point in the history
Remove reviewer's comments on authors sections.
  • Loading branch information
khssnv committed Sep 26, 2023
1 parent b889fa5 commit 0e5b3f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[workspace.package]
authors = ["Metaquity Network <[email protected]>"]
edition = "2021"
repository = "https://github.com/Metaquity-Network/metaquity-network-node"

[workspace]
Expand Down
5 changes: 2 additions & 3 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
name = "metaquity-network"
version = "0.1.0"
description = "Metaquity Network is the world's first permissioned blockchain and DeFi protocol for Alternative Real World Assets (ARWA)."
# SBP-M1 review: add metaquity as author
authors = ["Metaquity Network <https://www.metaquity.xyz/>"]
authors.workspace = true
edition.workspace = true
homepage = "https://www.metaquity.xyz/"
edition = "2021"
license = "Unlicense"
publish = false
repository.workspace = true
Expand Down
5 changes: 2 additions & 3 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
name = "metaquity-network-runtime"
version = "0.1.0"
description = "Metaquity Network runtime."
# SBP-M1 review: add metaquity as author
authors = ["Metaquity Network <https://www.metaquity.xyz/>"]
authors.workspace = true
edition.workspace = true
homepage = "https://www.metaquity.xyz/"
edition = "2021"
license = "Unlicense"
publish = false
repository.workspace = true
Expand Down

0 comments on commit 0e5b3f2

Please sign in to comment.