thaw/gh-pages/Cargo.toml

22 lines
550 B
TOML
Raw Normal View History

2023-06-13 12:43:15 +08:00
[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]
2023-10-11 09:28:44 +08:00
leptos = { version = "0.5.1", features = ["csr"] }
2023-06-13 12:43:15 +08:00
melt-ui = { path = "../" }
2023-06-30 22:25:41 +08:00
icondata = { version = "0.0.7", features = [
2023-06-19 23:07:01 +08:00
"AiCloseOutlined",
"AiCheckOutlined",
] }
2023-10-11 09:28:44 +08:00
leptos_router = { version = "0.5.1", features = ["csr"] }
2023-06-19 23:07:01 +08:00
regex = "1.8.2"
2023-09-18 16:59:23 +08:00
leptos_devtools = "0.0.1"
2023-10-04 00:11:38 +08:00
prisms = { git = "https://github.com/luoxiaozero/prisms" }
2023-09-09 22:22:27 +08:00
[features]
tracing = ["leptos/tracing"]