mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-18 08:33:07 +00:00
22 lines
499 B
TOML
22 lines
499 B
TOML
[package]
|
|
name = "axum-hello-world"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dioxus = { workspace = true }
|
|
dioxus-fullstack = { workspace = true }
|
|
serde = "1.0.159"
|
|
simple_logger = "4.2.0"
|
|
tracing-wasm = "0.2.1"
|
|
tracing.workspace = true
|
|
tracing-subscriber = "0.3.17"
|
|
reqwest = "0.11.18"
|
|
|
|
[features]
|
|
default = []
|
|
ssr = ["dioxus-fullstack/axum"]
|
|
web = ["dioxus-fullstack/web"]
|