thaw/gh-pages/Cargo.toml
2023-10-02 17:04:03 +08:00

21 lines
507 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", features = ["csr"] }
melt-ui = { path = "../" }
icondata = { version = "0.0.7", features = [
"AiCloseOutlined",
"AiCheckOutlined",
] }
leptos_router = { version = "0.5.0", features = ["csr"] }
indoc = "2.0.1"
regex = "1.8.2"
leptos_devtools = "0.0.1"
[features]
tracing = ["leptos/tracing"]