mirror of
https://codeberg.org/Tahinli/personality.git
synced 2025-07-07 20:07:08 +00:00
27 lines
513 B
TOML
27 lines
513 B
TOML
[package]
|
|
name = "personality"
|
|
version = "0.1.0"
|
|
authors = ["Ahmet Kaan GÜMÜŞ <96421894+Tahinli@users.noreply.github.com>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
dioxus = { version = "0.6.3", features = ["web", "router"] }
|
|
|
|
# Debug
|
|
tracing = "0.1.41"
|
|
dioxus-logger = "0.6.2"
|
|
|
|
[profile]
|
|
|
|
[profile.wasm-dev]
|
|
inherits = "dev"
|
|
opt-level = 1
|
|
|
|
[profile.server-dev]
|
|
inherits = "dev"
|
|
|
|
[profile.android-dev]
|
|
inherits = "dev"
|