mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
22 lines
617 B
TOML
22 lines
617 B
TOML
[package]
|
|
publish = false
|
|
name = "demo"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
leptos = { version = "0.5.2", features = ["csr"] }
|
|
thaw = { path = "../" }
|
|
icondata = { version = "0.1.0", features = [
|
|
"AiCloseOutlined",
|
|
"AiCheckOutlined",
|
|
"AiGithubOutlined",
|
|
] }
|
|
leptos_router = { version = "0.5.2", features = ["csr"] }
|
|
leptos_devtools = "0.0.1"
|
|
prisms = { git = "https://github.com/luoxiaozero/prisms", rev = "16d4d34b93fc20578ebf03137d54ecc7eafa4d4b" }
|
|
|
|
[features]
|
|
tracing = ["leptos/tracing"]
|