mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 11:04:40 -05:00
14 lines
293 B
TOML
14 lines
293 B
TOML
[package]
|
|
name = "subsecond_hot_patch"
|
|
version = "0.1.0"
|
|
authors = ["Greg Johnston <greg.johnston@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
leptos = { path = "../../leptos", features = ["csr", "subsecond"] }
|
|
leptos_router = { path = "../../router" }
|
|
|
|
[features]
|
|
default = ["web"]
|
|
web = []
|