This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
pw_journal/Cargo.toml
2025-04-24 17:42:55 +01:00

16 lines
377 B
TOML

[package]
name = "journal"
version = "0.1.0"
authors = ["Sapphire <sapphire@ellie.pet>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus = { version = "0.6.0", features = [] }
[features]
default = ["desktop"]
web = ["dioxus/web"]
desktop = ["dioxus/desktop"]
mobile = ["dioxus/mobile"]