[go: up one dir, main page]

git-diff 0.1.0

A WIP crate of the gitoxide project dedicated to implementing differences between things
Documentation
[package]
name = "git-diff"
version = "0.1.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
description = "A WIP crate of the gitoxide project dedicated to implementing differences between things"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2018"
include = ["src/**/*"]

[lib]
doctest = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
git-hash = { version = "^0.3.0", path = "../git-hash" }
git-object = { version = "^0.8", path = "../git-object" }
quick-error = "2.0.0"

[dev-dependencies]
git-odb = { version = "0.12", path = "../git-odb" }
git-testtools = { path = "../tests/tools" }