dioxus-letter-werefox-cafe/Cargo.toml

25 lines
567 B
TOML

[package]
name = "rust-letter"
version = "0.1.0"
authors = ["Ada Werefox <ada.werefox@tutanota.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus = "0.3.2"
dioxus-ssr = "0.3.0"
rocket = "=0.5.0-rc.3"
log = "0.4.6"
[target.'cfg(target_arch = "wasm32")'.dependencies]
dioxus-web = "0.3.1"
# WebAssembly Debug
wasm-logger = "0.2.0"
console_error_panic_hook = "0.1.7"
wasm-bindgen = "0.2"
[dependencies.rocket_dyn_templates]
version = "=0.1.0-rc.3"
features = ["handlebars"]