mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 07:32:22 +03:00
12 lines
212 B
TOML
12 lines
212 B
TOML
[package]
|
|
name = "gitbutler-commit"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
git2.workspace = true
|
|
bstr = "1.9.1"
|
|
uuid.workspace = true
|