aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-09-28 10:47:56 +0200
committerMartin Fischer <martin@push-f.com>2023-09-28 11:00:01 +0200
commitd712c442a4820a19e5476517af817cc3bf729d85 (patch)
treed4e12a598415e101c5938f1abb8247e655dcc4d4 /Cargo.toml
parentee8ab781672e7ab608e74a5b605eb189828f0afe (diff)
fix: include CHANGELOG.md in .crate file
The file is linked from the README.md, so it should also be included.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a15ea19..c099d1c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ categories = ["parser-implementations", "web-programming"]
license = "MIT"
repository = "https://git.push-f.com/html5tokenizer"
version = "0.5.1"
-include = ["src/**/*", "examples/", "LICENSE", "README.md"]
+include = ["src/**/*", "examples/", "LICENSE", "README.md", "CHANGELOG.md"]
[[example]]
name = "tokenize"