aboutsummaryrefslogtreecommitdiff
path: root/worker/dune
diff options
context:
space:
mode:
Diffstat (limited to 'worker/dune')
-rwxr-xr-xworker/dune9
1 files changed, 9 insertions, 0 deletions
diff --git a/worker/dune b/worker/dune
new file mode 100755
index 0000000..9f95cf8
--- /dev/null
+++ b/worker/dune
@@ -0,0 +1,9 @@
+(library
+ (name worker)
+ (libraries
+ gg
+ brr
+ note
+ curves
+ )
+ )