diff options
| -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' |
