Newer
Older
[package]
name = "orml-oracle"
version = "0.0.1"
authors = ["Laminar Developers <hello@laminar.one>"]
edition = "2018"
[dependencies]
serde = { version = "1.0", optional = true }
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate.git", default-features = false }
runtime-io = { package = "sp-io", git = "https://github.com/paritytech/substrate.git", default-features = false }
rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate.git", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate.git", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate.git", default-features = false }
orml-traits = { path = "../traits", default-features = false }
orml-utilities = { path = "../utilities", default-features = false }
primitives = { git = "https://github.com/paritytech/substrate.git", package = "sp-core", default-features = false }
pallet-timestamp = { git = "https://github.com/paritytech/substrate.git" }
clear_on_drop = { version = "0.2.3", features = ["no_cc"] } # https://github.com/paritytech/substrate/issues/4179
[features]
default = ["std"]
std = [
"serde",
"codec/std",