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"
|
||
|
|