Initial commit.

This commit is contained in:
2020-08-04 18:50:39 +02:00
commit 219aa3e033
7 changed files with 1454 additions and 0 deletions

12
wordlang-gen/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "wordlang-gen"
version = "0.1.0"
authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
edition = "2018"
[dependencies]
anyhow = "1.0"
isolang = "1.0"
quick-xml = "0.18"
regex = "1.3"
thiserror = "1.0"