enterprise/todomvc/Cargo.toml
2020-01-11 01:25:45 -06:00

12 lines
No EOL
290 B
TOML

[package]
name = "todomvc"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
[build-dependencies]
enterprise-compiler = { path = "../enterprise-compiler" }
enterprise-macros = { path = "../enterprise-macros" }
[dependencies]
enterprise = { path = ".." }