mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-21 16:41:32 +03:00
3043f099b7
They are supported when the respective bstring feature is used.
30 lines
632 B
TOML
30 lines
632 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
|
|
gix.workspace = true
|
|
gitbutler-reference.workspace = true
|
|
gitbutler-serde.workspace = true
|
|
gitbutler-id.workspace = true
|
|
gitbutler-error.workspace = true
|
|
gitbutler-fs.workspace = true
|
|
gitbutler-diff.workspace = true
|
|
itertools = "0.13"
|
|
toml = "0.8.15"
|
|
serde = { workspace = true, features = ["std"] }
|
|
bstr.workspace = true
|
|
md5 = "0.7.0"
|
|
hex = "0.4.3"
|
|
tracing = "0.1.40"
|
|
lazy_static = "1.4.0"
|
|
|
|
[[test]]
|
|
name = "branch"
|
|
path = "tests/mod.rs"
|