thaw/gh-pages/Cargo.toml

22 lines
574 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-08-30 17:08:49 +08:00
leptos = { version = "0.5.0-beta2", 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-08-30 17:08:49 +08:00
leptos_router = { version = "0.5.0-beta2", features = ["csr"] }
2023-06-19 23:07:01 +08:00
indoc = "2.0.1"
regex = "1.8.2"
2023-09-09 22:22:27 +08:00
leptos_devtools = { git = "https://github.com/luoxiaozero/leptos-devtools.git" }
[features]
tracing = ["leptos/tracing"]