diff options
| author | Mishio595 <[email protected]> | 2018-10-31 07:39:19 -0600 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-10-31 07:39:19 -0600 |
| commit | b4474b04dc77067fcd2c60d09fe0f9e9d164038b (patch) | |
| tree | 5895ba31bf4bf2ba9461ff7463ab6c3d1a3b1303 /dune | |
| parent | Moving to LWT branch (diff) | |
| download | disml-b4474b04dc77067fcd2c60d09fe0f9e9d164038b.tar.xz disml-b4474b04dc77067fcd2c60d09fe0f9e9d164038b.zip | |
idek
Diffstat (limited to 'dune')
| -rw-r--r-- | dune | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |