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