aboutsummaryrefslogtreecommitdiff
path: root/html5lib_tests/Cargo.toml
blob: 66e462441d29fa9d0d2a9342f1cc89bde3082d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "html5lib_tests"
authors = ["Martin Fischer <martin@push-f.com>", "Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>"]
description = "Deserializable types for the .test files from html5lib-tests."
version = "0.0.0"
edition = "2021"
publish = false # prevent accidental publishes until it's ready to be published

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.71"