From 321ff074e425254a5fc75f75218b9f774ca7739a Mon Sep 17 00:00:00 2001 From: Mishio595 Date: Sun, 14 Oct 2018 15:37:12 -0600 Subject: Add HTTP routes --- dune | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'dune') diff --git a/dune b/dune index 62061f5..89f1f94 100644 --- a/dune +++ b/dune @@ -1,6 +1,13 @@ (library (name animus) - (libraries lwt lwt.unix cohttp cohttp.lwt yojson) + (modules endpoints gateway http) + (libraries lwt lwt.unix cohttp cohttp.lwt yojson websocket) +) + +(executable + (name bot) + (modules bot) + (libraries lwt lwt.unix animus) ) (include_subdirs unqualified) \ No newline at end of file -- cgit v1.2.3