intermodal/bin/gen/Cargo.toml
Casey Rodarmor 8dfdbe43df
Add bin/gen command to diff generated content
The following command will print a diff between HEAD and HEAD^:

    cargo run --package gen diff

type: development
2020-04-29 22:46:32 -07:00

36 lines
807 B
TOML

[package]
name = "gen"
version = "0.0.0"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
edition = "2018"
publish = false
[dependencies]
askama = "0.9.0"
cargo_toml = "0.8.0"
chrono = "0.4.11"
fehler = "1.0.0"
git2 = "0.13.1"
globset = "0.4.5"
ignore = "0.4.14"
libc = "0.2.69"
log = "0.4.8"
pretty_env_logger = "0.4.0"
regex = "1.3.6"
serde_yaml = "0.8.11"
snafu = "0.6.0"
structopt = "0.3.12"
strum = "0.18.0"
strum_macros = "0.18.0"
tempfile = "3.1.0"
walkdir = "2.3.1"
lexiclean = "0.0.1"
[dependencies.serde]
version = "1.0.106"
features = ["derive"]
[dependencies.url]
version = "2.1.1"
features = ["serde"]