enterprise/examples/helloworld/Cargo.toml

16 lines
432 B
TOML
Raw Normal View History

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" }
enterprise = { path = "../.." }
2020-02-11 00:39:44 +00:00
[dependencies]
stdweb = "0.4.20"
enterprise-macros = { path = "../../enterprise-macros" }
2020-02-11 00:39:44 +00:00
enterprise = { path = "../.." }