enterprise/examples/todomvc/Cargo.toml

17 lines
430 B
TOML
Raw Normal View History

2020-02-19 23:46:04 +00:00
[package]
name = "todomvc"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
2020-02-21 00:43:45 +00:00
build = "src/build.rs"
2020-02-19 23:46:04 +00:00
2020-02-21 00:43:45 +00:00
[build-dependencies]
enterprise-compiler = { path = "../../enterprise-compiler" }
enterprise-macros = { path = "../../enterprise-macros" }
enterprise = { path = "../.." }
2020-02-19 23:46:04 +00:00
[dependencies]
2020-02-21 00:43:45 +00:00
stdweb = "0.4.20"
enterprise-macros = { path = "../../enterprise-macros" }
enterprise = { path = "../.." }