mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 23:02:31 +03:00
12 lines
238 B
TOML
12 lines
238 B
TOML
[package]
|
|
name = "gitbutler-cherry-pick"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
gitbutler-commit.workspace = true
|
|
git2.workspace = true
|
|
anyhow.workspace = true
|