aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dune4
-rw-r--r--lib/animus.ml1
2 files changed, 2 insertions, 3 deletions
diff --git a/dune b/dune
index 155c5d3..b2b5412 100644
--- a/dune
+++ b/dune
@@ -1,14 +1,14 @@
(library
(name animus)
(modules endpoints client shard opcode shardManager http)
- (libraries lwt lwt.unix cohttp cohttp.lwt yojson websocket websocket.lwt)
+ (libraries core async cohttp cohttp.async yojson websocket websocket.async)
)
; Test executable
(executable
(name bot)
(modules bot)
- (libraries lwt lwt.unix animus)
+ (libraries core async animus)
)
(include_subdirs unqualified) \ No newline at end of file
diff --git a/lib/animus.ml b/lib/animus.ml
index baf4112..e69de29 100644
--- a/lib/animus.ml
+++ b/lib/animus.ml
@@ -1 +0,0 @@
-Lwt_main.run (Lwt_io.printf "Hello, World!") \ No newline at end of file