bootstrap-rs/Cargo.toml

21 lines
385 B
TOML
Raw Normal View History

2020-05-28 18:09:25 +00:00
[package]
name = "bootstrap-rs"
version = "0.3.0"
2020-05-28 18:09:25 +00:00
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
edition = "2018"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
2020-07-22 20:50:09 +00:00
yew = "~0.17.2"
2020-05-28 18:09:25 +00:00
log = "~0.4.8"
serde_json = "^1.0.40"
serde = "^1.0.98"
anyhow = "^1.0.28"
wasm-bindgen = "~0.2.61"
web-sys = "~0.3.38"
wasm-logger = "~0.2.0"
2020-07-22 20:50:09 +00:00
yew-router = "~0.14.0"
yew-components = "~0.2.0"