97a3c6e461
* Move js & js-old to github.com/parity-js * Update shell & dapp-wallet references * Update wallet ref * Remove JS stages * Update to latest shell & wallet (token fixes)
22 lines
978 B
TOML
22 lines
978 B
TOML
[package]
|
|
description = "Ethcore Parity UI"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "parity-ui"
|
|
version = "1.9.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[build-dependencies]
|
|
rustc_version = "0.2"
|
|
|
|
# These are managed by the JS scripts on CI - keep it in a single line
|
|
[dependencies]
|
|
parity-ui-dev = { git = "https://github.com/parity-js/shell.git", rev = "27495ad8a73716c08588ab852694a75d9d22ba85", optional = true }
|
|
parity-ui-old-dev = { git = "https://github.com/parity-js/dapp-wallet.git", rev = "9993240efecb415aa880250ecef2710a413cf73f", optional = true }
|
|
parity-ui-old-precompiled = { git = "https://github.com/js-dist-paritytech/parity-master-1-9-v1.git", optional = true }
|
|
parity-ui-precompiled = { git = "https://github.com/js-dist-paritytech/parity-master-1-9-shell.git", optional = true }
|
|
|
|
[features]
|
|
no-precompiled-js = ["parity-ui-dev", "parity-ui-old-dev"]
|
|
use-precompiled-js = ["parity-ui-precompiled", "parity-ui-old-precompiled"]
|