mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-30 01:17:37 +03:00
4ee01031f6
Create a centralized crate for forge actions that is provider agnostic. Move the logic behind fetching the PR templates to it.
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 |