14 lines
295 B
TOML
14 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.0"
|
||
|
|
gloo-utils = "0.1.7"
|
||
|
|
log = "0.4.19"
|
||
|
|
regalade_gui = { path = "../gui" }
|