mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 11:21:08 +00:00
b701c2be8d
* Substrate 606c56d2e2f69f68f3947551224be6a3515dff60 * update jsonrpsee
32 lines
759 B
TOML
32 lines
759 B
TOML
[package]
|
|
name = "sp-currency-exchange"
|
|
description = "Primitives of currency exchange module."
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
|
|
|
# Substrate Based Dependencies
|
|
|
|
[dependencies.sp-std]
|
|
version = "2.0.0-rc3"
|
|
default-features = false
|
|
rev = "606c56d2e2f69f68f3947551224be6a3515dff60"
|
|
git = "https://github.com/paritytech/substrate.git"
|
|
|
|
[dependencies.frame-support]
|
|
version = "2.0.0-rc3"
|
|
default-features = false
|
|
rev = "606c56d2e2f69f68f3947551224be6a3515dff60"
|
|
git = "https://github.com/paritytech/substrate.git"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = [
|
|
"codec/std",
|
|
"sp-std/std",
|
|
"frame-support/std",
|
|
]
|