6c7af57529
* Normalizing dapps format for signer. * Adding new ui * Adding New UI to dapps * Adding parity styles for signer errors * Adding pre-compiled JS as submodule * Fixing struct declaration [ci:skip] * Bumping js * Adding styles * build dest * Correct whitespace @tomusdrw please note the alterations - no mixing tabs and spaces in the indentation portion and always just one tab per indent.
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" }
|
|
|