[[bin]]
name = "ubr"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.81"
[dependencies.clap]
features = ["derive"]
version = "4.5.4"
[dependencies.git2]
version = "0.18.3"
[dependencies.indoc]
version = "2.0.5"
[dependencies.itertools]
version = "0.13.0"
[dependencies.serde]
features = ["serde_derive"]
version = "1.0.208"
[dependencies.serde_json]
version = "1.0.125"
[dependencies.tracing]
version = "0.1.40"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.18"
[dev-dependencies.pretty_assertions]
version = "1.4.0"
[dev-dependencies.tempfile]
version = "3.10.1"
[lib]
name = "ubr"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Unibranch is a wrapper around git to enable a single branch workflow with stacked commits."
edition = "2021"
license = "MIT"
name = "ubr"
readme = "README.md"
repository = "https://github.com/mbergenlid/unibranch"
version = "0.1.0"
[[test]]
name = "create_command"
path = "tests/create_command.rs"
[[test]]
name = "git_repo"
path = "tests/git_repo.rs"
[[test]]
name = "pull_command"
path = "tests/pull_command.rs"
[[test]]
name = "sync_command_merge_conflicts"
path = "tests/sync_command_merge_conflicts.rs"
[[test]]
name = "update_command"
path = "tests/update_command.rs"