GitComet/crates/gitcomet-git-gix/Cargo.toml

17 lines
361 B
TOML

[package]
name = "gitcomet-git-gix"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
gitcomet-core = { workspace = true }
gix = { workspace = true }
gix-diff = { workspace = true }
rustc-hash = { workspace = true }
tempfile = { workspace = true }