12 lines
No EOL
290 B
TOML
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 = ".." } |