Documentation
[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
description = "fitzgen's art"
documentation = "https://docs.rs/fart"
edition = "2018"
license = "MIT/Apache-2.0"
name = "fart"
readme = "./README.md"
repository = "https://github.com/fitzgen/fart"
version = "0.1.1"

[dependencies]
chrono = "0.4.6"
failure = "0.1.3"
notify = "4.0.6"
rand = "0.6.1"
structopt = "0.2.14"
svg = "0.5.11"

[dev-dependencies]
assert_cmd = "0.10.2"
predicates = "1.0.0"
tempfile = "3.0.5"