Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen authored Apr 13, 2023
1 parent 7b085b7 commit 93173c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ homepage = "https://magiclen.org/html-escape"
keywords = ["html", "escape", "unescape", "encode", "decode"]
categories = ["no-std", "encoding"]
description = "This library is for encoding/escaping special characters in HTML and decoding/unescaping HTML entities as well."
readme = "README.md"
license = "MIT"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "benches/encode.rs"]

Expand All @@ -26,4 +25,4 @@ std = []
[[bench]]
name = "encode"
required-features = ["std"]
harness = false
harness = false

0 comments on commit 93173c5

Please sign in to comment.