rust-dominator/examples/todomvc/Cargo.toml

22 lines
548 B
TOML
Raw Normal View History

2018-02-21 01:37:09 -05:00
[package]
name = "todomvc"
version = "0.1.0"
authors = ["Pauan <pcxunlimited@gmail.com>"]
[dependencies]
dominator = { path = "../.." }
#futures-signals = { path = "../../../rust-signals" }
futures-signals = { git = "https://github.com/Pauan/rust-signals" }
serde_json = "1.0.10"
serde_derive = "1.0.27"
2018-02-23 21:50:03 -05:00
[dependencies.serde]
version = "1.0.27"
features = ["rc"]
2018-02-23 21:50:03 -05:00
[dependencies.stdweb]
version = "0.4.6"
#git = "https://github.com/koute/stdweb"
#path = "../../../stdweb"
2018-02-23 21:50:03 -05:00
features = ["experimental_features_which_may_break_on_minor_version_bumps"]