enterprise/todomvc/Cargo.toml

12 lines
290 B
TOML
Raw Normal View History

2020-01-10 07:26:38 +00:00
[package]
name = "todomvc"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
2020-01-11 07:25:45 +00:00
[build-dependencies]
enterprise-compiler = { path = "../enterprise-compiler" }
enterprise-macros = { path = "../enterprise-macros" }
2020-01-10 07:26:38 +00:00
[dependencies]
2020-01-11 07:25:45 +00:00
enterprise = { path = ".." }