aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2016-08-10 23:49:21 +0200
committerPhilipp A2016-08-10 23:49:21 +0200
commitc6f79c72066adbb1fa485ba637096d9e221766f3 (patch)
tree863123d811afeb8ed719d28c07c4eb0168ac54e1
parent02d5f6f73c8538f21756709803b1a42f8eaa15bf (diff)
downloadrust-rst-0.2.0.tar.bz2
added a bit of metadatav0.2.0
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8ed5345..25ef7d5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,13 @@ name = 'rst'
version = '0.2.0'
authors = [ 'Phil Schaf <flying-sheep@web.de>' ]
+description = 'a reStructuredText parser and renderer'
+license = 'GPL-3.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'
+
[dependencies]
url = '0.5'
bitflags = '0.5'