yewprint/Cargo.toml
Cecile Tonglet 1aae88fa40
Add command to update Blueprint CSS (#111)
* Add command to update Blueprint CSS

* Actually update CSS
2021-06-10 11:15:21 +02:00

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"]