mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-26 23:59:19 +03:00
11 lines
220 B
TOML
11 lines
220 B
TOML
[package]
|
|
name = "gitbutler-oxidize"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
gix.workspace = true
|
|
git2.workspace = true |