openethereum/js/Cargo.toml
Tomasz Drwięga 498d5c0660 Updating syntex et al (#4983)
* Migrating to new syntex

* Updating to latest syntex

* Another fix for nightly
2017-03-21 23:26:05 +03:00

19 lines
358 B
TOML

[package]
description = "Parity built-in dapps."
name = "parity-ui-dev"
version = "1.7.0"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
[features]
default = ["with-syntex"]
with-syntex = ["parity-dapps-glue/with-syntex"]
[build-dependencies]
parity-dapps-glue = "1.7"
[dependencies]
parity-dapps-glue = "1.7"