2022-02-12 00:54:20 +11:00
|
|
|
[package]
|
|
|
|
name = "demo"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
yew = "0.19.3"
|
|
|
|
yew-router = "0.16.0"
|
|
|
|
url = "2.2.2"
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
serde = "1.0.136"
|
2023-06-03 00:25:36 +10:00
|
|
|
openidconnect = "3.1.1"
|
2022-02-12 00:54:20 +11:00
|
|
|
wasm-bindgen-futures = "0.4.29"
|
|
|
|
serde_json = "1.0.78"
|
|
|
|
chrono = { version = "0.4.19", features = ["wasmbind"] }
|