summaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorstuebinm2023-05-11 14:29:10 +0200
committerstuebinm2023-05-11 14:29:10 +0200
commitdb71361481463fbe5109fc9b5a57fd1083018253 (patch)
tree1163098c8072b82be03f7d7d8e6776de3d266944 /gleam.toml
parenta827bb0e4d75f784f2cb26d664055c05810b096b (diff)
use haystack for search
for some reason it doesn't find Karlsruhe, but basically everything else??
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
index 63ee397..22c7545 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -14,6 +14,7 @@ gleam_stdlib = "~> 0.19"
gleam_http = "~> 3.0"
mist = "~> 0.4"
gleam_hackney = "~> 1.0"
+haystack = "~> 0.1"
[dev-dependencies]
gleeunit = "~> 0.6"