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