blob: 22f2490215a1e6b6cf45e7c1868665d1dc5ee031 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = 'rst_parser'
version = '0.2.0'
authors = ['Philipp A. <flying-sheep@web.de>']
edition = '2018'
description = 'a reStructuredText parser'
license = 'MIT OR Apache-2.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]
document_tree = { path = '../document_tree' }
pest = '2.1.2'
pest_derive = '2.1.0'
failure = '0.1.6'
|