Initial commit.
This commit is contained in:
12
wordlang-gen/Cargo.toml
Normal file
12
wordlang-gen/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user