2020-02-11 00:39:44 +00:00
|
|
|
[package]
|
|
|
|
name = "helloworld"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Michael Zhang <iptq@protonmail.com>"]
|
|
|
|
edition = "2018"
|
2020-02-11 07:46:02 +00:00
|
|
|
build = "src/build.rs"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
enterprise-compiler = { path = "../../enterprise-compiler" }
|
|
|
|
enterprise-macros = { path = "../../enterprise-macros" }
|
2020-02-17 12:07:53 +00:00
|
|
|
enterprise = { path = "../.." }
|
2020-02-11 00:39:44 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
stdweb = "0.4.20"
|
2020-02-17 12:07:53 +00:00
|
|
|
enterprise-macros = { path = "../../enterprise-macros" }
|
2020-02-11 00:39:44 +00:00
|
|
|
enterprise = { path = "../.." }
|