498d5c0660
* Migrating to new syntex * Updating to latest syntex * Another fix for nightly
20 lines
450 B
TOML
20 lines
450 B
TOML
[package]
|
|
description = "Parity built-in dapps."
|
|
name = "parity-ui-precompiled"
|
|
version = "1.4.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
build = "build.rs"
|
|
|
|
[features]
|
|
default = ["with-syntex", "use-precompiled-js"]
|
|
use-precompiled-js = ["parity-dapps-glue/use-precompiled-js"]
|
|
with-syntex = ["parity-dapps-glue/with-syntex"]
|
|
|
|
[build-dependencies]
|
|
parity-dapps-glue = "1.7"
|
|
|
|
[dependencies]
|
|
parity-dapps-glue = "1.7"
|
|
|