enterprise/todomvc/Cargo.toml
2020-01-10 01:26:38 -06:00

9 lines
No EOL
210 B
TOML

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