Added WIP crate for wiktionary.

This commit is contained in:
2019-09-27 09:45:06 +02:00
parent 22fa3e95c3
commit 9f7d575a68
6 changed files with 307 additions and 170 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "dict-wiktionary"
version = "0.1.0"
authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
edition = "2018"
[dependencies]
bzip2 = "0.3"
log = "0.4"
quick-xml = "0.16"