orientassist/frontend/Cargo.toml

11 lines
219 B
TOML
Raw Normal View History

2023-12-22 17:42:47 +00:00
[package]
2023-12-24 00:59:44 +00:00
name = "frontend"
2023-12-22 17:42:47 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus = "0.4.3"
2023-12-24 00:59:44 +00:00
dioxus-desktop = "0.4.3"