summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 9b75141..b13ee88 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -60,10 +60,14 @@ Executable keysafe
, stm == 2.4.*
, socks == 0.5.*
, network == 2.6.*
+ , token-bucket == 0.1.*
+ , bloomfilter == 2.0.*
-- Temporarily inlined due to https://github.com/ocharles/argon2/issues/3
-- argon2 == 1.1.*
Extra-Libraries: argon2
Other-Modules:
+ Benchmark
+ ByteStrings
Crypto.Argon2.FFI
Crypto.Argon2
CmdLine
@@ -76,6 +80,7 @@ Executable keysafe
HTTP.Client
HTTP.ProofOfWork
HTTP.Server
+ HTTP.RateLimit
SecretKey
Serialization
Share