2023-05-19 11:23:44 +02:00
|
|
|
[package]
|
2023-07-03 23:20:19 +02:00
|
|
|
name = "dioxus_app"
|
2023-05-19 11:23:44 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-07-04 00:50:10 +02:00
|
|
|
ammonia = "3.3.0"
|
2023-05-20 16:53:07 +02:00
|
|
|
anyhow = "1.0.71"
|
2023-05-19 11:23:44 +02:00
|
|
|
api = { version = "0.1.0", path = "../api" }
|
|
|
|
|
console_log = { version = "1.0.0", features = ["color"] }
|
2023-08-05 12:54:49 +02:00
|
|
|
dioxus = "0.4.0"
|
|
|
|
|
dioxus-router = { version = "0.4.1", features = ["web"] }
|
|
|
|
|
dioxus-web = "0.4.0"
|
2023-07-03 23:20:19 +02:00
|
|
|
gloo-net = { version = "0.3.0", features = ["json"] }
|
2023-05-20 16:53:07 +02:00
|
|
|
gloo-storage = "0.2.2"
|
2023-07-03 23:20:19 +02:00
|
|
|
gloo-utils = "0.1.7"
|
|
|
|
|
itertools = "0.11.0"
|
|
|
|
|
log = "0.4.19"
|
2023-07-04 00:50:10 +02:00
|
|
|
pulldown-cmark = "0.9.3"
|
2023-07-03 23:20:19 +02:00
|
|
|
serde = { version = "1.0.164", features = ["derive"] }
|
2023-07-27 00:06:36 +02:00
|
|
|
urlencoding = "2.1.3"
|
2023-07-03 23:20:19 +02:00
|
|
|
uuid = "1.4.0"
|
|
|
|
|
wasm-bindgen = "0.2.87"
|