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

[dependencies]
ansi_term = "0.11"
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 = []