aboutsummaryrefslogtreecommitdiffstats
path: root/rst/Cargo.toml
blob: a0a288e27bf7d60d0f3428c25acaae4b7263c2b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = 'rst'
version = '0.3.0'
authors = ['Philipp A. <flying-sheep@web.de>']
edition = '2018'
description = 'a reStructuredText parser and renderer for the command line'
license = 'MIT OR Apache-2.0'
readme = 'README.md'

documentation = 'https://github.com/flying-sheep/rust-rst#readme'
homepage = 'https://github.com/flying-sheep/rust-rst'
repository = 'https://github.com/flying-sheep/rust-rst'

[dependencies]
rst_renderer = { path = '../renderer', version = '0.3.0' }
rst_parser = { path = '../parser', version = '0.3.0' }

quicli = '0.4.0'
structopt = '0.2.15'
clap = '2.32.0'