aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus-honeypot@unterwaditzer.net>2021-11-26 14:00:00 +0100
committerMarkus Unterwaditzer <markus-honeypot@unterwaditzer.net>2021-11-26 14:00:00 +0100
commitc9613f071d36c47b5017e6ba61236fdb395be203 (patch)
tree8b4c5adb2d0af458f27febf8af17693d49f80345
parentc19fec620b52c457ea0d98680936be2ea9e1b248 (diff)
run cargo-diet
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4084ba0..a895640 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"