mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-14 10:35:44 +03:00
24 lines
459 B
TOML
24 lines
459 B
TOML
[package]
|
|
name = "gitbutler-branch"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
git2.workspace = true
|
|
gitbutler-core.workspace = true
|
|
gitbutler-reference.workspace = true
|
|
itertools = "0.13"
|
|
serde = { workspace = true, features = ["std"]}
|
|
bstr = "1.9.1"
|
|
md5 = "0.7.0"
|
|
hex = "0.4.3"
|
|
tracing = "0.1.40"
|
|
lazy_static = "1.4.0"
|
|
|
|
[[test]]
|
|
name="branch"
|
|
path = "tests/mod.rs"
|