aboutsummaryrefslogtreecommitdiffstats
path: root/document_tree/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp A2020-01-08 20:13:56 +0100
committerPhilipp A2020-01-08 20:13:56 +0100
commit2634a083a58e15935ce57eb0077f736309e78aae (patch)
tree73324f7255a960218e3648ce1b8703ac7af7b45a /document_tree/Cargo.toml
parent06e7d81088e33d7ee03e7088e1ec2289e9c2bf5c (diff)
downloadrust-rst-2634a083a58e15935ce57eb0077f736309e78aae.tar.bz2
Added READMEs
Diffstat (limited to 'document_tree/Cargo.toml')
-rw-r--r--document_tree/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/document_tree/Cargo.toml b/document_tree/Cargo.toml
index afbce73..9e1c481 100644
--- a/document_tree/Cargo.toml
+++ b/document_tree/Cargo.toml
@@ -2,14 +2,14 @@
name = 'document_tree'
version = '0.3.0'
authors = ['Philipp A. <flying-sheep@web.de>']
-description = 'reStructuredText’s DocumenTree representation'
+edition = '2018'
+description = 'reStructuredText’s DocumentTree representation'
license = 'MIT OR Apache-2.0'
+readme = 'README.md'
-documentation = 'https://flying-sheep.github.io/rust-rst'
+documentation = 'https://docs.rs/document_tree'
homepage = 'https://github.com/flying-sheep/rust-rst'
-repository = 'https://github.com/flying-sheep/rust-rst.git'
-
-edition = '2018'
+repository = 'https://github.com/flying-sheep/rust-rst'
[dependencies]
failure = '0.1.6'