enterprise/Cargo.toml

16 lines
281 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]
2020-02-08 23:36:17 +00:00
members = [
"enterprise-compiler",
]
2020-01-10 07:26:38 +00:00
[dependencies]
2020-02-04 14:48:19 +00:00
enterprise-compiler = { path = "enterprise-compiler" }
stdweb = "0.4.20"
2020-02-09 19:08:36 +00:00
parking_lot = "0.10.0"