summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-07-21 21:02:32 -0600
committerColin Reeder <colin@vpzom.click>2020-07-21 21:02:32 -0600
commit2a92758f2a18f4b918d940979d4cffb6364c952a (patch)
tree8323e6b8e73dad99ce8b5bab62c69e0685784a6a /Cargo.toml
parentff37f13ba8d0cccd8c06db9b52001cd6388e029e (diff)
parent6bdc3a603dfa72293c3698c34ed8b99407e7ad88 (diff)
Merge branch 'lang'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f73c340..24b5c5f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,4 +23,7 @@ ammonia = "3.1.0"
urlencoding = "1.1.1"
http = "0.2.1"
chrono = "0.4.13"
-timeago = "0.2.1"
+fluent-langneg = "0.13.0"
+fluent = "0.12.0"
+lazy_static = "1.4.0"
+unic-langid = { version = "0.9.0", features = ["macros"] }