16 lines
262 B
TOML
16 lines
262 B
TOML
[package]
|
|
name = "txtlang-gen"
|
|
version = "0.1.0"
|
|
authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
argh = "0.1"
|
|
bstr = "0.2"
|
|
isolang = "1.0"
|
|
once_cell = "1.4"
|
|
quick-xml = "0.19"
|
|
regex = "1.3"
|
|
walkdir = "2.3"
|