diff options
| author | Mishio595 <[email protected]> | 2018-11-13 18:42:47 -0700 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-11-13 18:42:47 -0700 |
| commit | 9c910343f13400c9867dc0841e52a6b4510633ad (patch) | |
| tree | 9da8fb076a861afc5d21fff705484a0a57e9ab9a /dune | |
| parent | A few more sharding improvements (diff) | |
| download | disml-9c910343f13400c9867dc0841e52a6b4510633ad.tar.xz disml-9c910343f13400c9867dc0841e52a6b4510633ad.zip | |
New name who dis
Diffstat (limited to 'dune')
| -rw-r--r-- | dune | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ (library - (name animus) + (name disml) (modules endpoints http client sharder opcode) (libraries lwt cohttp cohttp.lwt yojson websocket websocket-lwt-unix zlib) ) @@ -8,7 +8,7 @@ (executable (name bot) (modules bot) - (libraries lwt animus) + (libraries lwt disml) ) (include_subdirs unqualified)
\ No newline at end of file |