aboutsummaryrefslogtreecommitdiffstats
path: root/rst/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rst/Cargo.toml')
-rw-r--r--rst/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/rst/Cargo.toml b/rst/Cargo.toml
index 3c58792..a0a288e 100644
--- a/rst/Cargo.toml
+++ b/rst/Cargo.toml
@@ -5,10 +5,11 @@ authors = ['Philipp A. <flying-sheep@web.de>']
edition = '2018'
description = 'a reStructuredText parser and renderer for the command line'
license = 'MIT OR Apache-2.0'
+readme = 'README.md'
-documentation = 'https://flying-sheep.github.io/rust-rst'
+documentation = 'https://github.com/flying-sheep/rust-rst#readme'
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]
rst_renderer = { path = '../renderer', version = '0.3.0' }