mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
13 lines
389 B
TOML
13 lines
389 B
TOML
[package]
|
|
name = "yew-validation"
|
|
version = "0.1.0"
|
|
authors = ["Philip Peterson <pc.peterso@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["web", "yew", "validation"]
|
|
categories = ["text-processing", "parsing", "web-programming"]
|
|
description = "Utilities for Yew to validate tag names and attributes"
|
|
repository = "https://github.com/yewstack/yew"
|
|
|
|
[dependencies]
|