aboutsummaryrefslogtreecommitdiff
path: root/parse_wiki_text/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'parse_wiki_text/Cargo.toml')
-rw-r--r--parse_wiki_text/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/parse_wiki_text/Cargo.toml b/parse_wiki_text/Cargo.toml
new file mode 100644
index 0000000..d40739b
--- /dev/null
+++ b/parse_wiki_text/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+authors = ["Fredrik Portström <https://portstrom.com>"]
+description = "Parse wiki text from Mediawiki into a tree of elements"
+edition = "2018"
+license-file = "LICENSE"
+name = "parse_wiki_text"
+readme = "readme.md"
+repository = "https://github.com/portstrom/parse_wiki_text"
+version = "0.1.5"