enterprise/Cargo.toml
2020-02-09 13:08:36 -06:00

15 lines
281 B
TOML

[package]
name = "enterprise"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
[workspace]
members = [
"enterprise-compiler",
]
[dependencies]
enterprise-compiler = { path = "enterprise-compiler" }
stdweb = "0.4.20"
parking_lot = "0.10.0"