Skip to content

Commit 34553b8

Browse files
committed
📦 chore(Cargo.toml): update workspace package information and add new pallet
🔀 chore(Cargo.toml): update workspace package information and add new pallet The `[workspace.package]` section in `Cargo.toml` has been updated to include the authors, edition, and repository information for the project. Additionally, a new pallet named `example-basic` has been added to the list of members in the `[workspace]` section. These changes improve the project's metadata and include the new pallet in the workspace.
1 parent 59f1b36 commit 34553b8

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

‎Cargo.lock

+17-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[workspace.package]
2+
authors = ["Hashed <https://github.com/hashed-io"]
3+
edition = "2021"
4+
repository = "https://github.com/hashed-io/hashed-pallets"
5+
16
[workspace]
27
members = [
38
'pallets/bitcoin-vaults',
@@ -9,7 +14,7 @@ members = [
914
'pallets/afloat',
1015
'pallets/fund-admin',
1116
'pallets/fund-admin-records',
12-
'pallets/template'
17+
'pallets/example-basic'
1318
]
1419

1520
[profile.release]

0 commit comments

Comments
 (0)