mirror of
https://github.com/yewprint/yewprint
synced 2025-02-16 12:08:25 +00:00
12 lines
220 B
TOML
12 lines
220 B
TOML
[package]
|
|
name = "run"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
structopt = "0.3"
|
|
wasm-run = "0.8"
|
|
yewprint-css = { path = "./yewprint-css" }
|
|
|
|
[workspace]
|
|
members = ["yewprint", "yewprint-css", "yewprint-doc"]
|