aboutsummaryrefslogtreecommitdiffstats
path: root/document_tree/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'document_tree/Cargo.toml')
-rw-r--r--document_tree/Cargo.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/document_tree/Cargo.toml b/document_tree/Cargo.toml
new file mode 100644
index 0000000..09e827e
--- /dev/null
+++ b/document_tree/Cargo.toml
@@ -0,0 +1,19 @@
+[package]
+name = 'document_tree'
+version = '0.2.0'
+authors = ['Philipp A. <flying-sheep@web.de>']
+description = 'reStructuredText’s DocumenTree representation'
+license = 'MIT OR Apache-2.0'
+
+documentation = 'https://flying-sheep.github.io/rust-rst'
+homepage = 'https://github.com/flying-sheep/rust-rst'
+repository = 'https://github.com/flying-sheep/rust-rst.git'
+
+edition = '2018'
+
+[dependencies]
+failure = '0.1.6'
+regex = '1.3.1'
+url = '2.1.0'
+serde = '1.0.104'
+serde_derive = '1.0.104'