mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 03:26:36 +03:00
15 lines
339 B
TOML
15 lines
339 B
TOML
[package]
|
|
name = "gitbutler-reference"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
git2.workspace = true
|
|
gix.workspace = true
|
|
gitbutler-tagged-string.workspace = true
|
|
serde = { workspace = true, features = ["std"]}
|
|
thiserror.workspace = true
|