mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 06:22:28 +03:00
24 lines
492 B
TOML
24 lines
492 B
TOML
[package]
|
|
name = "gitbutler-diff"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
git2.workspace = true
|
|
bstr.workspace = true
|
|
md5 = "0.7.0"
|
|
anyhow = "1.0.86"
|
|
hex = "0.4.3"
|
|
tracing.workspace = true
|
|
gitbutler-serde.workspace = true
|
|
gitbutler-command-context.workspace = true
|
|
gitbutler-cherry-pick.workspace = true
|
|
diffy = "0.4.0"
|
|
serde = { workspace = true, features = ["std"] }
|
|
|
|
[[test]]
|
|
name = "diff"
|
|
path = "tests/mod.rs"
|