aboutsummaryrefslogtreecommitdiffstats
path: root/dune
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2021-08-08 21:22:28 -0400
committerGravatar Peter McGoron 2021-08-08 23:33:15 -0400
commitb3fa112da33f2e23a567d7da5a0a1fe567255abf (patch)
tree9ec534c59c764f4422b3cdec03c9eaf0985f9496 /dune
parentpreprocess periodic table data (diff)
use sqlite to store table
Diffstat (limited to 'dune')
-rw-r--r--dune4
1 files changed, 2 insertions, 2 deletions
diff --git a/dune b/dune
index ddf0014..7a62cc2 100644
--- a/dune
+++ b/dune
@@ -1,5 +1,5 @@
(executable
(name elements)
- (modules Elements Preprocess)
- (libraries yojson re)
+ (modules Elements Makedb)
+ (libraries sqlite3 yojson)
)