16 lines
308 B
TOML
16 lines
308 B
TOML
[package]
|
|
name = "enterprise"
|
|
version = "0.1.0"
|
|
authors = ["Michael Zhang <iptq@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
[workspace]
|
|
members = [
|
|
"enterprise-compiler",
|
|
"examples/helloworld",
|
|
]
|
|
|
|
[dependencies]
|
|
enterprise-compiler = { path = "enterprise-compiler" }
|
|
stdweb = "0.4.20"
|
|
parking_lot = "0.10.0"
|