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"
|