typstify-ui 0.1.3

Leptos UI components for Typstify
Documentation
[dependencies.leptos]
features = ["csr"]
version = "0.8.15"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.wasm-bindgen]
version = "0.2.108"

[dependencies.web-sys]
features = ["Window", "KeyboardEvent", "MouseEvent"]
version = "0.3.85"

[lib]
name = "typstify_ui"
path = "src/lib.rs"

[package]
authors = ["longcipher"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "command-line-utilities"]
description = "Leptos UI components for Typstify"
edition = "2024"
homepage = "https://github.com/longcipher/typstify"
keywords = ["static-site", "typst", "markdown", "ssg"]
license = "Apache-2.0"
name = "typstify-ui"
readme = "README.md"
repository = "https://github.com/longcipher/typstify"
version = "0.1.3"

[package.metadata.docs.rs]
targets = ["wasm32-unknown-unknown"]