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

14 lines
258 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"