9 lines
210 B
TOML
9 lines
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" }
|