summaryrefslogtreecommitdiffstats
path: root/front_end/Cargo.toml
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-07-31 14:26:53 +0100
committerKornel <kornel@geekhood.net>2019-07-31 14:26:53 +0100
commit41137669699f308ad064d0bd3151a4fb58e89c47 (patch)
tree76e710b43ca2a9e58e63f4cd46b66ea585523411 /front_end/Cargo.toml
parent4ce97b1c60665e19cf191e838d8007a3f9aca81f (diff)
Case-fold keywords
Diffstat (limited to 'front_end/Cargo.toml')
-rw-r--r--front_end/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/front_end/Cargo.toml b/front_end/Cargo.toml
index 1243c7c..179e0ba 100644
--- a/front_end/Cargo.toml
+++ b/front_end/Cargo.toml
@@ -30,3 +30,4 @@ regex = "1.0.0"
locale = "0.2.2"
url = "1.7.1"
parking_lot = "0.9"
+unicase = "2.4.0"