19 lines
494 B
TOML
19 lines
494 B
TOML
[package]
|
|
description = "Ethcore Parity UI"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "parity-ui"
|
|
version = "1.5.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[build-dependencies]
|
|
rustc_version = "0.1"
|
|
|
|
[dependencies]
|
|
parity-ui-dev = { path = "../../js", optional = true }
|
|
parity-ui-precompiled = { git = "https://github.com/ethcore/js-precompiled.git", optional = true }
|
|
|
|
[features]
|
|
no-precompiled-js = ["parity-ui-dev"]
|
|
use-precompiled-js = ["parity-ui-precompiled"]
|