enterprise/Cargo.toml

11 lines
187 B
TOML
Raw Normal View History

2020-01-10 07:26:38 +00:00
[package]
name = "enterprise"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
[workspace]
members = ["enterprise-macros", "todomvc"]
[dependencies]