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.
24 lines
477 B
24 lines
477 B
[package] |
|
name = "bootstrap-rs" |
|
version = "0.5.1" |
|
authors = ["Thomas Gideon <cmdln@thecommandline.net>"] |
|
edition = "2018" |
|
|
|
[lib] |
|
crate-type = ["cdylib", "rlib"] |
|
|
|
[features] |
|
validate = [ "validator" ] |
|
|
|
[dependencies] |
|
yew = "^0.18.0" |
|
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" |
|
yew-router = "~0.14.0" |
|
yew-components = "~0.2.0" |
|
validator = { optional = true, version = "~0.13.0" }
|
|
|