From 1a73007b3aaa17940173eaff1eb4f6703fd9ec0c Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Wed, 19 Dec 2018 13:44:04 -0700 Subject: Re-arrange autogen serialization files and incorporate into dune file --- bin/dune | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bin/dune (limited to 'bin/dune') diff --git a/bin/dune b/bin/dune new file mode 100644 index 0000000..96be393 --- /dev/null +++ b/bin/dune @@ -0,0 +1,5 @@ +(executable + (name bot) + (modules bot handler) + (libraries core async_ssl disml) +) \ No newline at end of file -- cgit v1.2.3