Skip to content

Commit

Permalink
Remove unnecessary fields from Cargo.toml files for cleaner configura…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
jamesatomc committed Dec 28, 2024
1 parent 8f9a8ff commit dd829f3
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 52 deletions.
10 changes: 6 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# categories = ["development-tools"]
# keywords = ["blockchain", "sdk"]
# homepage = "https://kanari.network"
# documentation = "https://kanari.network/docs"

[workspace]
resolver = "2"

Expand Down Expand Up @@ -98,11 +103,8 @@ strip = true
debug = false

[workspace.package]
name = "kanari-sdk"
edition = "2021"
categories = ["development-tools"]
keywords = ["blockchain", "sdk"]
homepage = "https://kanari.network"
documentation = "https://kanari.network/docs"
version = "0.1.0"
authors = ["Kanari Network"]
license = "Apache-2.0"
Expand Down
4 changes: 0 additions & 4 deletions consensus/pos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[package]
name = "consensus-pos"
edition.workspace = true
categories.workspace = true
keywords.workspace = true
homepage.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions consensus/pow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[package]
name = "consensus-pow"
edition.workspace = true
categories.workspace = true
keywords.workspace = true
homepage.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions crates/command/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[package]
name = "command"
edition.workspace = true
categories.workspace = true
keywords.workspace = true
homepage.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions crates/core/k2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[package]
name = "k2"
edition.workspace = true
categories.workspace = true
keywords.workspace = true
homepage.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions crates/core/network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[package]
name = "network"
edition.workspace = true
categories.workspace = true
keywords.workspace = true
homepage.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions crates/core/p2p/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[package]
name = "p2p-protocol"
edition.workspace = true
categories.workspace = true
keywords.workspace = true
homepage.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions crates/core/wallet/key/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[package]
name = "key"
edition.workspace = true
categories.workspace = true
keywords.workspace = true
homepage.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions crates/kari-move/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[package]
name = "kari-move"
edition.workspace = true
categories.workspace = true
keywords.workspace = true
homepage.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions crates/kari-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[package]
name = "node-kari"
edition.workspace = true
categories.workspace = true
keywords.workspace = true
homepage.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions crates/kari/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[package]
name = "kari"
edition.workspace = true
categories.workspace = true
keywords.workspace = true
homepage.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions crates/rpc/rpc-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[package]
name = "rpc-api"
edition.workspace = true
categories.workspace = true
keywords.workspace = true
homepage.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions frameworks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[package]
name = "frameworks"
edition.workspace = true
categories.workspace = true
keywords.workspace = true
homepage.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit dd829f3

Please sign in to comment.