diff options
Diffstat (limited to 'document_tree/Cargo.toml')
| -rw-r--r-- | document_tree/Cargo.toml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/document_tree/Cargo.toml b/document_tree/Cargo.toml index afbce73..9e1c481 100644 --- a/document_tree/Cargo.toml +++ b/document_tree/Cargo.toml @@ -2,14 +2,14 @@  name = 'document_tree'  version = '0.3.0'  authors = ['Philipp A. <flying-sheep@web.de>'] -description = 'reStructuredText’s DocumenTree representation' +edition = '2018' +description = 'reStructuredText’s DocumentTree representation'  license = 'MIT OR Apache-2.0' +readme = 'README.md' -documentation = 'https://flying-sheep.github.io/rust-rst' +documentation = 'https://docs.rs/document_tree'  homepage = 'https://github.com/flying-sheep/rust-rst' -repository = 'https://github.com/flying-sheep/rust-rst.git' - -edition = '2018' +repository = 'https://github.com/flying-sheep/rust-rst'  [dependencies]  failure = '0.1.6' | 
