2016-10-22 20:07:12 +02:00
|
|
|
[package]
|
|
|
|
description = "Parity built-in dapps."
|
|
|
|
name = "parity-ui-precompiled"
|
|
|
|
version = "1.4.0"
|
|
|
|
license = "GPL-3.0"
|
|
|
|
authors = ["Ethcore <admin@ethcore.io>"]
|
|
|
|
build = "build.rs"
|
|
|
|
|
|
|
|
[features]
|
2016-10-25 12:11:56 +02:00
|
|
|
default = ["with-syntex", "use-precompiled-js"]
|
2016-10-22 20:07:12 +02:00
|
|
|
use-precompiled-js = ["parity-dapps-glue/use-precompiled-js"]
|
|
|
|
with-syntex = ["parity-dapps-glue/with-syntex"]
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
parity-dapps-glue = "1.4"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
parity-dapps-glue = "1.4"
|
|
|
|
|