mirror of
https://github.com/lexmount/moli.git
synced 2026-09-25 16:01:33 +00:00
Extract an independently mergeable topic from wpt-misc-fix ata70a96f9d1. Source commits: -05e2cd5350Validation: - cargo fmt --all - cargo clippy --workspace --all-targets --all-features -- -D warnings - cargo nextest run --no-fail-fast
11 lines
171 B
TOML
11 lines
171 B
TOML
[package]
|
|
name = "moli-html-input-type"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
strum = { version = "0.28.0", features = ["derive"] }
|
|
|
|
[lints]
|
|
workspace = true
|