mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
11 lines
248 B
TOML
11 lines
248 B
TOML
|
[package]
|
||
|
name = "gitbutler-forge"
|
||
|
version = "0.0.0"
|
||
|
edition = "2021"
|
||
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
serde = { workspace = true, features = ["std"] }
|
||
|
anyhow = "1.0.86"
|
||
|
gitbutler-fs.workspace = true
|