mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
24 lines
532 B
TOML
24 lines
532 B
TOML
[package]
|
|
name = "yewprint"
|
|
version = "0.1.0"
|
|
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[features]
|
|
default = []
|
|
dev = []
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "^0.2"
|
|
yew = { git = "https://github.com/yewstack/yew.git", rev = "1507c21b" }
|
|
web-sys = "0.3"
|
|
id_tree = "1.7"
|
|
|
|
[build-dependencies]
|
|
regex = { version = "1", default-features = false, features = ["std"] }
|
|
heck = "0.3"
|