enterprise/examples/helloworld/Cargo.toml

9 lines
No EOL
180 B
TOML

[package]
name = "helloworld"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
[dependencies]
stdweb = "0.4.20"
enterprise = { path = "../.." }