jana_sessions_webpage/app/Cargo.toml

17 lines
379 B
TOML
Raw Permalink Normal View History

2025-02-20 10:56:28 +01:00
[package]
name = "app"
version = "0.1.0"
authors = ["steppy <jonlaurem@gmail.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2025-02-21 11:49:19 +01:00
dioxus = { version = "0.6.0", features = ["fullstack"] }
2025-02-20 10:56:28 +01:00
[features]
default = ["web"]
web = ["dioxus/web"]
desktop = ["dioxus/desktop"]
mobile = ["dioxus/mobile"]