b7862ac23a
* Update parity-ui-precompiled with branch * In-place sed via -i * Explicitly specify branch * Only in-place edit branch (thanks @ngotchac) * Add override & single-line comment
20 lines
600 B
TOML
20 lines
600 B
TOML
[package]
|
|
description = "Ethcore Parity UI"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "parity-ui"
|
|
version = "1.7.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[build-dependencies]
|
|
rustc_version = "0.1"
|
|
|
|
[dependencies]
|
|
parity-ui-dev = { path = "../../js", optional = true }
|
|
# This is managed by the js/scripts/release.sh script on CI - keep it in a single line
|
|
parity-ui-precompiled = { git = "https://github.com/ethcore/js-precompiled.git", optional = true, branch = "master" }
|
|
|
|
[features]
|
|
no-precompiled-js = ["parity-ui-dev"]
|
|
use-precompiled-js = ["parity-ui-precompiled"]
|