mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 11:33:04 +00:00
1aae88fa40
* Add command to update Blueprint CSS * Actually update CSS
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"]
|