enterprise/Cargo.toml
2020-02-04 08:48:19 -06:00

12 lines
251 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"