wal-css 0.1.1

A framework for creating client-side single-page apps using Rust.
Documentation
[dependencies.gloo]
features = ["utils"]
version = "0.10.0"

[dependencies.nom]
version = "7.1.3"

[dependencies.regex]
version = "1.10.2"

[dependencies.wasm-bindgen-test]
version = "0.3"

[dependencies.web-sys]
features = ["Document", "Element", "Node", "Text", "Window"]
version = "0.3.64"

[package]
authors = ["Wojciech Kutak", "Karol KÄ…cki", "Marcin Latoszek"]
categories = ["gui", "web-programming", "wasm"]
description = "A framework for creating client-side single-page apps using Rust."
documentation = "https://docs.rs/wal-css/"
edition = "2021"
homepage = "https://github.com/walrust/wal"
keywords = ["web", "wasm", "frontend", "spa", "webassembly"]
license = "MIT OR Apache-2.0"
name = "wal-css"
repository = "https://github.com/walrust/wal"
resolver = "1"
version = "0.1.1"