aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 002e9f0..ff05431 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,15 +7,15 @@ similar-asserts = "1.4.2"
[package]
name = "html5tokenizer"
-authors = ["Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>", "Martin Fischer <martin@push-f.com>"]
+authors = ["Martin Fischer <martin@push-f.com>", "Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>"]
description = "An HTML5 tokenizer with code span support."
edition = "2018"
readme = "README.md"
keywords = ["html", "html5", "whatwg", "parser", "tokenizer"]
license = "MIT"
repository = "https://git.push-f.com/html5tokenizer"
-version = "0.4.0"
-include = ["src/**/*", "LICENSE", "README.md"]
+version = "0.5.0"
+include = ["src/**/*", "examples/", "LICENSE", "README.md"]
[[example]]
name = "tokenize"