Initial commit.

This commit is contained in:
2019-03-15 13:31:20 +01:00
commit daac79b169
5 changed files with 647061 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "dict-tei"
version = "0.1.0"
authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
edition = "2018"
[dependencies]
quick-xml = "0.13"