mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 13:26:16 +03:00
13 lines
276 B
TOML
13 lines
276 B
TOML
[package]
|
|
name = "gitbutler-config"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
git2.workspace = true
|
|
anyhow = "1.0.86"
|
|
serde = { workspace = true, features = ["std"]}
|
|
gitbutler-project.workspace = true
|