diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-12 03:47:19 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-12 03:52:47 +0100 |
commit | c914b71a28ce7177171b83df2815352bf5741844 (patch) | |
tree | e11a30a30730a9fc3dd03ff49e3a5db029ce253d /README.md | |
parent | ea7c3c9b8b45d846bcb45573c9b2250d8152be30 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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". |