manus 0.1.1

A manuscript helper to simplify writing good papers.
[package]
name = "manus"
version = "0.1.1"
authors = ["Erik Mannerfelt <erik-holmlund@hotmail.com>"]
edition = "2018"
description = "A manuscript helper to simplify writing good papers."
license-file = "LICENSE"
homepage = "https://crates.io/crates/manus"
repository = "https://github.com/erikmannerfelt/manus"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tectonic = "0.4.*"
handlebars = "3.5.*"
serde_json = "1.0.*"
toml = "0.5.*"
eval = "0.4.*"

[dependencies.clap]
version = "3.0.0-beta.2"
features = ["suggestions", "color"]

[dev-dependencies]
assert_approx_eq = "1.1.*"
assert_cmd = "0.10"
predicates = "1"
tempfile = "3.2.*"