diff options
| author | Philipp A | 2016-08-10 23:49:21 +0200 | 
|---|---|---|
| committer | Philipp A | 2016-08-10 23:49:21 +0200 | 
| commit | c6f79c72066adbb1fa485ba637096d9e221766f3 (patch) | |
| tree | 863123d811afeb8ed719d28c07c4eb0168ac54e1 | |
| parent | 02d5f6f73c8538f21756709803b1a42f8eaa15bf (diff) | |
| download | rust-rst-c6f79c72066adbb1fa485ba637096d9e221766f3.tar.bz2 | |
added a bit of metadatav0.2.0
| -rw-r--r-- | Cargo.toml | 7 | 
1 files changed, 7 insertions, 0 deletions
| @@ -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' | 
