10 lines
210 B
TOML
10 lines
210 B
TOML
[package]
|
|
name = "enterprise"
|
|
version = "0.1.0"
|
|
authors = ["Michael Zhang <iptq@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
[workspace]
|
|
members = ["enterprise-compiler", "enterprise-macros", "todomvc"]
|
|
|
|
[dependencies]
|