aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
Diffstat (limited to 'dune')
-rw-r--r--dune5
1 files changed, 3 insertions, 2 deletions
diff --git a/dune b/dune
index 519a52d..f61ba04 100644
--- a/dune
+++ b/dune
@@ -1,13 +1,14 @@
(library
(name disml)
(modules activity attachment ban channel embed emoji guild member message presence reaction role snowflake user client dispatch endpoints event http opcode s sharder)
- (libraries core async_ssl cohttp-async yojson websocket-async zlib)
+ (libraries core async_ssl cohttp-async yojson websocket-async zlib ppx_deriving_yojson.runtime)
+ (preprocess (pps ppx_jane ppx_deriving_yojson))
)
; Test executable
(executable
(name bot)
- (modules bot)
+ (modules bot handler)
(libraries core async_ssl disml)
)