Initial commit.

This commit is contained in:
2020-08-03 14:21:50 +02:00
commit 94de59d768
8 changed files with 45779 additions and 0 deletions

11
txtlang-gen/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "txtlang-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"
thiserror = "1.0"