book/Cargo.toml

51 lines
1.3 KiB
TOML

[package]
name = "book-ui"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[dependencies]
console_error_panic_hook = "0.1.7"
indoc = "2.0.1"
leptonic = { git = "https://github.com/lpotthast/leptonic", features = ["csr"] }
leptos = { version = "0.5.0-rc3", features = ["csr"] }
leptos-use = { git = "https://github.com/Synphonyte/leptos-use" }
leptos_icons = { version = "0.1.0", features = [
"BsGithub",
"BsSearch",
"BsList",
"BsThreeDots",
"BsFolder",
"BsFolderFill",
"BsBook",
"BsColumnsGap",
"BsToggles",
"BsChatSquare",
"BsCircleSquare",
"BsArrowsMove",
"BsVolumeDownFill",
"BsVolumeUpFill",
"BsBell",
"BsPower",
] }
leptos_meta = { version = "0.5.0-rc3", features = ["csr"] }
leptos_router = { version = "0.5.0-rc2", features = ["csr"] }
ordered-float = "3.9.0"
serde = "1.0.171"
serde-wasm-bindgen = "0.5.0"
serde_json = "1.0.103"
strum = { version = "0.25.0", features = ["derive"] }
time = { version = "0.3.23", features = ["wasm-bindgen"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
tracing-wasm = "0.2.1"
uuid = { version = "1.4.0", features = ["js", "v4", "v7", "serde"] }
wasm-bindgen = "0.2.87"
[build-dependencies]
leptonic-theme = "0.2.0"
leptos-tiptap-build = "0.2.3"
# [workspace]
# members = ["src-tauri"]