21 lines
1010 B
TOML
21 lines
1010 B
TOML
[package]
|
|
description = "Ethcore Parity UI"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "parity-ui"
|
|
version = "1.11.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[build-dependencies]
|
|
rustc_version = "0.2"
|
|
|
|
[dependencies]
|
|
parity-ui-dev = { git = "https://github.com/parity-js/shell.git", rev = "eecaadcb9e421bce31e91680d14a20bbd38f92a2", optional = true }
|
|
parity-ui-old-dev = { git = "https://github.com/parity-js/dapp-wallet.git", rev = "65deb02e7c007a0fd8aab0c089c93e3fd1de6f87", optional = true }
|
|
parity-ui-precompiled = { git = "https://github.com/js-dist-paritytech/parity-master-1-10-shell.git", rev="bd25b41cd642c6b822d820dded3aa601a29aa079", optional = true }
|
|
parity-ui-old-precompiled = { git = "https://github.com/js-dist-paritytech/parity-master-1-10-wallet.git", rev="4b6f112412716cd05123d32eeb7fda448288a6c6", optional = true }
|
|
|
|
[features]
|
|
no-precompiled-js = ["parity-ui-dev", "parity-ui-old-dev"]
|
|
use-precompiled-js = ["parity-ui-precompiled", "parity-ui-old-precompiled"]
|