diff options
| -rw-r--r-- | Cargo.toml | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -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" | 
