aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-22 17:45:35 +0000
committerFuwn <[email protected]>2021-03-22 17:45:35 +0000
commit13edb02ff4be35fa9a30e783d4a1e8bed323e0f2 (patch)
tree628865084867c3f2c5449f7682a6e833dd998004 /Cargo.toml
parentfix: Only send to one client not all for certain commands (diff)
downloadwhirl-13edb02ff4be35fa9a30e783d4a1e8bed323e0f2.tar.xz
whirl-13edb02ff4be35fa9a30e783d4a1e8bed323e0f2.zip
etc: ...
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8587206..e0ae04e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,9 @@ dotenv = "0.15.0"
# Utility
rand = "0.8.3"
+[dependencies.phf]
+version = "0.8.0"
+features = ["macros"]
# Database
[dependencies.sqlx]