gitbutler/crates/gitbutler-edit-mode/Cargo.toml
Kiril Videlov ccec1868f8 Refactor - join stack and stack api crates
Separation was previously needed due to cycle dependency with the repo crate. 
The stack_ext is to be refactored as an impl on stack
2024-10-22 15:26:53 +02:00

26 lines
716 B
TOML

[package]
name = "gitbutler-edit-mode"
version = "0.0.0"
edition = "2021"
authors = ["GitButler <gitbutler@gitbutler.com>"]
publish = false
[dependencies]
git2.workspace = true
anyhow.workspace = true
bstr.workspace = true
gitbutler-branch.workspace = true
gitbutler-commit.workspace = true
gitbutler-repo.workspace = true
gitbutler-command-context.workspace = true
gitbutler-operating-modes.workspace = true
gitbutler-project.workspace = true
gitbutler-branch-actions.workspace = true
gitbutler-reference.workspace = true
gitbutler-time.workspace = true
gitbutler-oplog.workspace = true
gitbutler-diff.workspace = true
gitbutler-stack.workspace = true
gitbutler-cherry-pick.workspace = true
serde.workspace = true