[package]
name = "split-yew"
version = "0.3.0"
edition = "2021"
description = "Yew component for the Split.js library: a resizable split view for web apps."
authors = ["Alessandro Balducci <aleb2000@hotmail.com>"]
readme = "README.md"
repository = "https://github.com/aleb2000/split-yew"
license = "MIT"
keywords = ["yew", "component", "split", "resizable", "wrapper"]
categories = ["gui", "wasm", "web-programming"]
[dependencies]
js-sys = "0.3.64"
regex = "1.9.3"
wasm-bindgen = "0.2.87"
web-sys = "0.3.64"
yew = "0.22"