aca82fb84b
* Removing submodule * Fixing UI dependency structure. * Merging RS and JS package * Updating release script to push also rs files * fix merge gone wrong * Fixing compilation
19 lines
347 B
TOML
19 lines
347 B
TOML
[package]
|
|
description = "Parity built-in dapps."
|
|
name = "parity-ui-dev"
|
|
version = "1.4.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Ethcore <admin@ethcore.io>"]
|
|
build = "build.rs"
|
|
|
|
[features]
|
|
default = ["with-syntex"]
|
|
with-syntex = ["parity-dapps-glue/with-syntex"]
|
|
|
|
[build-dependencies]
|
|
parity-dapps-glue = "1.4"
|
|
|
|
[dependencies]
|
|
parity-dapps-glue = "1.4"
|
|
|