diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-01-11 06:49:35 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-01-22 12:22:26 +0100 |
commit | bf2af26d896bb499f2c312a4f1ecd3210e2d7780 (patch) | |
tree | a84acddddb18872abb9adcb977d4999d4d5415bc /bin | |
parent | 820a7bda25c5541ce9580f99ec9f6eb512103e59 (diff) |
Added explicit transitive depedencies in dune file
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dune | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,10 +9,12 @@ (executable
(name importer)
(libraries
+ unix
csv
lwt
lwt.unix
otoml
+ sqlite3
tools
helpers
importConf
|