diff options
author | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-26 14:00:00 +0100 |
---|---|---|
committer | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-26 14:00:00 +0100 |
commit | c9613f071d36c47b5017e6ba61236fdb395be203 (patch) | |
tree | 8b4c5adb2d0af458f27febf8af17693d49f80345 /Cargo.toml | |
parent | c19fec620b52c457ea0d98680936be2ea9e1b248 (diff) |
run cargo-diet
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ keywords = ["html", "html5", "whatwg", "parser", "tokenizer"] license = "MIT" repository = "https://github.com/untitaker/html5gum" version = "0.1.0" +include = ["src/**/*", "LICENSE", "README.md"] [dev-dependencies] pretty_assertions = "1.0.0" |