-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e02651
commit 52a9f27
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
authors.workspace = true | ||
description = "Fork of FRAME NFTs pallet (polkadot v1.15.0)" | ||
authors = [ "Parity Technologies <[email protected]>", "R0GUE <[email protected]>" ] | ||
description = "Fork of FRAME NFTs pallet" | ||
edition.workspace = true | ||
homepage = "https://substrate.io" | ||
license.workspace = true | ||
|
@@ -9,7 +9,6 @@ readme = "README.md" | |
repository.workspace = true | ||
version = "31.0.0" | ||
|
||
|
||
[package.metadata.docs.rs] | ||
targets = [ "x86_64-unknown-linux-gnu" ] | ||
|
||
|
@@ -28,8 +27,8 @@ sp-io.workspace = true | |
sp-runtime.workspace = true | ||
|
||
[dev-dependencies] | ||
pallet-balances = { default-features = true, workspace = true } | ||
sp-keystore = { default-features = true, workspace = true } | ||
pallet-balances.workspace = true | ||
sp-keystore.workspace = true | ||
|
||
[features] | ||
default = [ "std" ] | ||
|
@@ -46,9 +45,11 @@ std = [ | |
"frame-support/std", | ||
"frame-system/std", | ||
"log/std", | ||
"pallet-balances/std", | ||
"scale-info/std", | ||
"sp-core/std", | ||
"sp-io/std", | ||
"sp-keystore/std", | ||
"sp-runtime/std", | ||
] | ||
try-runtime = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
authors.workspace = true | ||
description = "Runtime API for the FRAME NFTs pallet. (polkadot v1.15.0)" | ||
authors = [ "Parity Technologies <[email protected]>", "R0GUE <[email protected]>" ] | ||
description = "Runtime API for the FRAME NFTs pallet." | ||
edition.workspace = true | ||
homepage = "https://substrate.io" | ||
license = "Apache-2.0" | ||
|