regalade/web/Cargo.toml

14 lines
295 B
TOML
Raw Normal View History

[package]
name = "regalade_web"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
console_log = "1.0.0"
2024-12-30 21:19:19 +01:00
dioxus-web = "0.6.1"
2024-03-02 15:56:00 +01:00
gloo-utils = "0.2.0"
2024-12-30 21:19:19 +01:00
log = "0.4.22"
regalade_gui = { path = "../gui" }