Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Oct 28, 2024
1 parent d44ac5a commit 11977d1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pallets/nfts/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[package]
name = "pallet-nfts-runtime-api"
version = "23.0.0"
authors.workspace = true
description = "Runtime API for the FRAME NFTs pallet. (polkadot v1.15.0)"
edition.workspace = true
license = "Apache-2.0"
homepage = "https://substrate.io"
repository.workspace = true
description = "Runtime API for the FRAME NFTs pallet. (polkadot v1.15.0)"
license = "Apache-2.0"
name = "pallet-nfts-runtime-api"
readme = "README.md"
repository.workspace = true
version = "23.0.0"

[lints]
workspace = true

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
targets = [ "x86_64-unknown-linux-gnu" ]

[dependencies]
codec = { features = ["derive"], workspace = true }
codec = { features = [ "derive" ], workspace = true }
pallet-nfts.workspace = true
sp-api.workspace = true

[features]
default = ["std"]
std = ["codec/std", "pallet-nfts/std", "sp-api/std"]
default = [ "std" ]
std = [ "codec/std", "pallet-nfts/std", "sp-api/std" ]

0 comments on commit 11977d1

Please sign in to comment.