We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f629848 commit 29ce8a7Copy full SHA for 29ce8a7
Project.toml
@@ -4,10 +4,13 @@ authors = ["ScottPJones <scottjones@alum.mit.edu>"]
4
keywords = ["Entities", "HTML"]
5
license = "MIT"
6
uuid = "7693890a-d069-55fe-a829-b4a6d304f0ee"
7
-version = "0.2.6"
+version = "0.2.7"
8
9
[deps]
10
-Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
+StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
11
+
12
+[extras]
13
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
14
-StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
15
+[targets]
16
+test = ["Test"]
0 commit comments