mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 11:33:04 +00:00
12 lines
270 B
TOML
12 lines
270 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
env_logger = "0.9"
|
|
log = "0.4"
|
|
xtask-wasm = "0.1.3"
|
|
yewprint-css = { path = "../yewprint-css" }
|