55 lines
1.3 KiB
TOML
55 lines
1.3 KiB
TOML
[dependencies.codec]
|
|
default-features = false
|
|
features = ['derive']
|
|
package = 'parity-scale-codec'
|
|
version = '1.3.0'
|
|
|
|
[dependencies.frame-support]
|
|
default-features = false
|
|
git = 'https://github.com/paritytech/substrate.git'
|
|
tag = 'v2.0.0-rc3'
|
|
version = '2.0.0-rc3'
|
|
|
|
[dependencies.frame-system]
|
|
default-features = false
|
|
git = 'https://github.com/paritytech/substrate.git'
|
|
tag = 'v2.0.0-rc3'
|
|
version = '2.0.0-rc3'
|
|
[dev-dependencies.sp-core]
|
|
default-features = false
|
|
git = 'https://github.com/paritytech/substrate.git'
|
|
tag = 'v2.0.0-rc3'
|
|
version = '2.0.0-rc3'
|
|
|
|
[dev-dependencies.sp-io]
|
|
default-features = false
|
|
git = 'https://github.com/paritytech/substrate.git'
|
|
tag = 'v2.0.0-rc3'
|
|
version = '2.0.0-rc3'
|
|
|
|
[dev-dependencies.sp-runtime]
|
|
default-features = false
|
|
git = 'https://github.com/paritytech/substrate.git'
|
|
tag = 'v2.0.0-rc3'
|
|
version = '2.0.0-rc3'
|
|
|
|
[package]
|
|
authors = ['Substrate DevHub <https://github.com/substrate-developer-hub>']
|
|
description = 'FRAME pallet template'
|
|
edition = '2018'
|
|
homepage = 'https://substrate.io'
|
|
license = 'Unlicense'
|
|
name = 'pallet-template'
|
|
repository = 'https://github.com/substrate-developer-hub/substrate-node-template/'
|
|
version = '2.0.0-rc3'
|
|
[package.metadata.docs.rs]
|
|
targets = ['x86_64-unknown-linux-gnu']
|
|
|
|
[features]
|
|
default = ['std']
|
|
std = [
|
|
'codec/std',
|
|
'frame-support/std',
|
|
'frame-system/std',
|
|
]
|