12345678910111213141516 |
- [package]
- name = "router-static-generation"
- 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, features = ["static-generation", "router"] }
- tracing-subscriber = "0.3.18"
- [features]
- default = []
- server = ["dioxus/axum"]
- web = ["dioxus/web"]
|