regalade/web/Cargo.toml
2024-03-02 15:56:00 +01:00

13 lines
295 B
TOML

[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"
dioxus-web = "0.4.3"
gloo-utils = "0.2.0"
log = "0.4.20"
regalade_gui = { path = "../gui" }