Added WIP crate for wiktionary.
This commit is contained in:
10
dict-wiktionary/Cargo.toml
Normal file
10
dict-wiktionary/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user