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

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]