You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
372 B
19 lines
372 B
[package] |
|
name = "examples" |
|
version = "0.1.0" |
|
authors = ["Thomas Gideon <cmdln@thecommandline.net>"] |
|
edition = "2018" |
|
|
|
[lib] |
|
crate-type = ["cdylib", "rlib"] |
|
|
|
[dependencies] |
|
bootstrap-rs = { path = "../" } |
|
yew = "~0.16.2" |
|
log = "~0.4.8" |
|
anyhow = "^1.0.28" |
|
wasm-bindgen = "~0.2.61" |
|
web-sys = "~0.3.38" |
|
wasm-logger = "~0.2.0" |
|
yew-router = "~0.13.0" |
|
yew-components = "~0.1.2"
|
|
|