Skip to content

Commit

Permalink
Move common properties to the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jan 4, 2024
1 parent 20386e7 commit b1fdd3e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@ members = [
"subrpc-core",
"examples",
]

[workspace.package]
version = "0.0.6"
authors = ["chevdor <chevdor@gmail.com>"]
repository = "https://github.com/chevdor/subrpc"
homepage = "https://github.com/chevdor/subrpc"
edition = "2021"
license = "MIT"
readme = "README.md"
keywords = ["chevdor", "registry", "polkadot"]
16 changes: 8 additions & 8 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
authors = ["chevdor <chevdor@gmail.com>"]
name = "subrpc"
version = "0.0.5"
edition = "2021"
description = "subrpc is a cli"
homepage = "https://github.com/chevdor/subrpc"
keywords = ["chevdor"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/chevdor/subrpc"
authors.workspace = true
version.workspace = true
edition.workspace = true
homepage.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
env_logger = "0.10"
Expand Down
16 changes: 8 additions & 8 deletions subrpc-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
authors = ["chevdor <chevdor@gmail.com>"]
name = "subrpc-core"
version = "0.0.5"
edition = "2021"
description = "subrpc-core is a lib"
homepage = "https://github.com/chevdor/subrpc"
keywords = ["chevdor"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/chevdor/subrpc"
authors.workspace = true
version.workspace = true
edition.workspace = true
homepage.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

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

Expand Down

0 comments on commit b1fdd3e

Please sign in to comment.