[package] name = "enterprise" version = "0.1.0" authors = ["Michael Zhang "] edition = "2018" [workspace] members = [ "enterprise-compiler", "examples/helloworld", ] [dependencies] enterprise-compiler = { path = "enterprise-compiler" } stdweb = "0.4.20" parking_lot = "0.10.0"