rust-dominator/examples/test/Cargo.toml

13 lines
277 B
TOML
Raw Normal View History

2018-03-08 17:08:30 -05:00
[package]
name = "test"
2018-03-08 17:08:30 -05:00
version = "0.1.0"
authors = ["Pauan <pcxunlimited@gmail.com>"]
[dependencies]
dominator = { path = "../.." }
futures-signals = "0.1.0"
2018-03-08 17:08:30 -05:00
[dependencies.stdweb]
version = "0.4.0"
features = ["experimental_features_which_may_break_on_minor_version_bumps"]