mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
12 lines
274 B
TOML
12 lines
274 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
env_logger = "0.10"
|
|
heck = "0.4"
|
|
log = "0.4"
|
|
regex = { version = "1", default-features = false, features = ["std", "unicode-perl"] }
|
|
xtask-wasm = "0.1.9"
|
|
yewprint-css = { path = "../yewprint-css" }
|