cuddle-templates/cuddle-leptos/crates/%%name%%/Cargo.toml
kjuulh c01c27a0a4
feat: update template
Signed-off-by: kjuulh <contact@kjuulh.io>
2025-01-11 22:22:39 +01:00

20 lines
496 B
TOML

[package]
name = "%%name%%"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
app = { path = "../app", default-features = false, features = ["ssr"] }
leptos = { workspace = true, features = ["ssr"] }
leptos_axum.workspace = true
axum.workspace = true
simple_logger.workspace = true
tokio.workspace = true
tower.workspace = true
tower-http.workspace = true
log.workspace = true
dotenvy = "0.15.7"