fountain 0.1.3

Parser and formatter for the Fountain screenplay markup language
Documentation
[package]
name = "fountain"
version = "0.1.3"
authors = ["Adam Chalmers <adam.s.chalmers@gmail.com>"]
edition = "2018"
description = "Parser and formatter for the Fountain screenplay markup language"
homepage = "https://github.com/adamchalmers/fountain-rs"
repository = "https://github.com/adamchalmers/fountain-rs"
readme = "README.md"
keywords = ["fountain", "parsing", "markup"]
categories = ["command-line-utilities", "text-processing"]
license = "Unlicense OR MIT"

[dependencies]
nom = "5.0.0"