delta/Cargo.toml
dependabot-preview[bot] 33209e1452
Bump bitflags from 1.1.0 to 1.2.1
Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/1.1.0...1.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-10 03:29:28 +00:00

48 lines
1.0 KiB
TOML

[package]
name = "git-delta"
authors = ["Dan Davison <dandavison7@gmail.com>"]
categories = ["command-line-utilities", "development-tools"]
description = "A syntax-highlighting pager for git"
documentation = "https://github.com/dandavison/delta"
edition = "2018"
homepage = "https://github.com/dandavison/delta"
license = "MIT"
readme = "README.md"
repository = "https://github.com/dandavison/delta"
version = "0.2.0"
[[bin]]
name = "delta"
path = "src/main.rs"
[dependencies]
ansi_colours = "1.0.1"
ansi_term = "0.12.1"
atty = "0.2.14"
bitflags = "1.2.1"
box_drawing = "0.1.2"
bytelines = "2.2.2"
console = "0.11.3"
dirs = "2.0"
lazy_static = "1.4"
regex = "1.3.9"
shell-words = "1.0.0"
structopt = "0.3.14"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.7"
[dependencies.git2]
version = "0.13.6"
default-features = false
features = []
[dependencies.syntect]
version = "4.2.0"
default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]
[dependencies.error-chain]
version = "0.12.2"
default-features = false
features = []