aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-12 03:47:19 +0100
committerMartin Fischer <martin@push-f.com>2021-11-12 03:52:47 +0100
commitc914b71a28ce7177171b83df2815352bf5741844 (patch)
treee11a30a30730a9fc3dd03ff49e3a5db029ce253d /README.md
parentea7c3c9b8b45d846bcb45573c9b2250d8152be30 (diff)
fix named entities
In 462bb0ef0ba9e027f5138c87438328db718d15da I dropped the markup5ever::data dependency but omitted to include its named_entities data. This commit remedies that mistake.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8b22dc3..e5b51be 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This crate provides the tokenizer from [html5ever](https://crates.io/crates/html
repackaged with all of its dependencies removed. The following dependencies were removed:
* [markup5ever](https://crates.io/crates/markup5ever)
- `buffer_queue` and `smallcharset` were merged into the source code
+ `buffer_queue`, `smallcharset` and the entity data were merged into the source code
* [tendril](https://crates.io/crates/tendril)
According to its README it contains "a substantial amount of unsafe code".