aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2163202..ff6c273 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,9 +38,10 @@ chrono = "0.4.0"
glob = "0.2.11"
circular-queue = "0.2.0"
failure = "0.1.1"
+htmlescape = "0.3.1"
+antidote = "1.0.0"
frippy_derive = { path = "frippy_derive" }
-htmlescape = "0.3.1"
[dependencies.unicode_names]
git = 'https://github.com/Jokler/unicode_names'