summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: aa04d10dfabc5451de326403a97e4c4698684d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "delta"
version = "0.0.3"
authors = ["Dan Davison <dandavison7@gmail.com>"]
edition = "2018"

[dependencies]
ansi_term = "0.11"
atty = "0.2.13"
box_drawing = "0.1.2"
console = "0.7.7"
shell-words = "0.1.0"
structopt = "0.2.16"
syntect = "3.2"

[dependencies.error-chain]
version = "0.12"
default-features = false
features = []