mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
Fix mistakes in Cargo.toml (#1504)
This commit is contained in:
@@ -9,7 +9,7 @@ homepage = "https://substrate.io"
|
||||
repository.workspace = true
|
||||
description = "FRAME pallet for WASM contracts"
|
||||
readme = "README.md"
|
||||
include = ["src/**/*", "README.md", "CHANGELOG.md"]
|
||||
include = ["src/**/*", "build.rs", "README.md", "CHANGELOG.md"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -7,7 +7,6 @@ license = "Apache-2.0"
|
||||
homepage = "https://substrate.io"
|
||||
repository.workspace = true
|
||||
description = "FRAME transaction pause pallet"
|
||||
readme = "README.md"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
Reference in New Issue
Block a user