delta/Cargo.toml

19 lines
328 B
TOML
Raw Normal View History

2019-06-24 00:28:25 +03:00
[package]
name = "delta"
version = "0.1.0"
authors = ["Dan Davison <dandavison7@gmail.com>"]
edition = "2018"
[dependencies]
2019-06-30 00:49:04 +03:00
ansi_term = "0.11"
2019-07-12 06:49:11 +03:00
box_drawing = "0.1.2"
console = "0.7.7"
2019-07-01 00:36:17 +03:00
shell-words = "0.1.0"
2019-06-26 18:07:15 +03:00
structopt = "0.2.16"
2019-06-24 03:10:53 +03:00
syntect = "3.2"
2019-07-01 00:36:17 +03:00
[dependencies.error-chain]
version = "0.12"
default-features = false
features = []