20 lines
441 B
TOML
20 lines
441 B
TOML
|
[package]
|
||
|
description = "Parity built-in dapps."
|
||
|
name = "parity-ui"
|
||
|
version = "1.4.0"
|
||
|
license = "GPL-3.0"
|
||
|
authors = ["Ethcore <admin@ethcore.io>"]
|
||
|
build = "build.rs"
|
||
|
|
||
|
[features]
|
||
|
default = ["with-syntex"]
|
||
|
use-precompiled-js = ["parity-dapps-glue/use-precompiled-js"]
|
||
|
with-syntex = ["parity-dapps-glue/with-syntex"]
|
||
|
|
||
|
[build-dependencies]
|
||
|
parity-dapps-glue = { path = "../js-glue" }
|
||
|
|
||
|
[dependencies]
|
||
|
parity-dapps-glue = { path = "../js-glue" }
|
||
|
|