enterprise/examples/helloworld/Cargo.toml

9 lines
180 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"
[dependencies]
stdweb = "0.4.20"
enterprise = { path = "../.." }