diff options
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..1fe801c --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,5 @@ +# set these before building for a distribution! +# note that both must be bz2 archives. +[env] +index_path = "data/enwiktionary-20221220-pages-articles-multistream-index.txt.bz2" +dictionary_path = "data/enwiktionary-20221220-pages-articles-multistream.xml.bz2" |