rust-dominator/Cargo.toml

14 lines
320 B
TOML
Raw Normal View History

2018-02-21 01:37:09 -05:00
[package]
name = "dominator"
version = "0.1.0"
authors = ["Pauan <pcxunlimited@gmail.com>"]
[dependencies]
stdweb-derive = { path = "../stdweb/stdweb-derive" }
futures = "0.1.18"
lazy_static = "1.0.0"
2018-02-23 21:50:03 -05:00
[dependencies.stdweb]
path = "../stdweb"
features = ["experimental_features_which_may_break_on_minor_version_bumps"]