regalade/gui/Cargo.toml

25 lines
635 B
TOML
Raw Normal View History

2023-05-19 11:23:44 +02:00
[package]
name = "regalade_gui"
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]
2024-12-30 21:19:19 +01:00
ammonia = "4.0.0"
anyhow = "1.0.95"
2023-05-19 11:23:44 +02:00
api = { version = "0.1.0", path = "../api" }
2024-12-30 21:19:19 +01:00
dioxus = "0.6.1"
dioxus-router = { version = "0.6.1", features = ["web"] }
dioxus-web = "0.6.1"
gloo-net = { version = "0.6.0", features = ["json"] }
2024-03-02 15:56:00 +01:00
gloo-storage = "0.3.0"
gloo-utils = "0.2.0"
2024-12-30 21:19:19 +01:00
itertools = "0.13.0"
log = "0.4.22"
pulldown-cmark = "0.12.2"
serde = { version = "1.0.217", features = ["derive"] }
2023-07-27 00:06:36 +02:00
urlencoding = "2.1.3"
2024-12-30 21:19:19 +01:00
uuid = "1.11.0"
wasm-bindgen = "0.2.99"