aboutsummaryrefslogtreecommitdiffstats
path: root/parser/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'parser/Cargo.toml')
-rw-r--r--parser/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/parser/Cargo.toml b/parser/Cargo.toml
index a423fbe..f208f22 100644
--- a/parser/Cargo.toml
+++ b/parser/Cargo.toml
@@ -5,10 +5,11 @@ authors = ['Philipp A. <flying-sheep@web.de>']
edition = '2018'
description = 'a reStructuredText parser'
license = 'MIT OR Apache-2.0'
+readme = 'README.md'
-documentation = 'https://flying-sheep.github.io/rust-rst'
+documentation = 'https://docs.rs/rst_parser'
homepage = 'https://github.com/flying-sheep/rust-rst'
-repository = 'https://github.com/flying-sheep/rust-rst.git'
+repository = 'https://github.com/flying-sheep/rust-rst'
[dependencies]
document_tree = { path = '../document_tree', version = '0.3.0' }