mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 14:29:22 -05:00
21 lines
515 B
TOML
21 lines
515 B
TOML
[package]
|
|
name = "gh-pages"
|
|
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.0-rc2", features = ["csr"] }
|
|
melt-ui = { path = "../" }
|
|
icondata = { version = "0.0.7", features = [
|
|
"AiCloseOutlined",
|
|
"AiCheckOutlined",
|
|
] }
|
|
leptos_router = { version = "0.5.0-rc2", features = ["csr"] }
|
|
indoc = "2.0.1"
|
|
regex = "1.8.2"
|
|
leptos_devtools = "0.0.1"
|
|
|
|
[features]
|
|
tracing = ["leptos/tracing"]
|