mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-11 23:04:38 +03:00
4c76e2a6ee
This reverts commit 88496e6219
.
12 lines
219 B
TOML
12 lines
219 B
TOML
[package]
|
|
name = "gitbutler-commit"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
git2.workspace = true
|
|
bstr.workspace = true
|
|
uuid.workspace = true
|