gitbutler/crates/gitbutler-forge/Cargo.toml
estib 4ee01031f6 gitbulter-forge crate
Create a centralized crate for forge actions that is provider agnostic.
Move the logic behind fetching the PR templates to it.
2024-10-17 18:15:08 +02:00

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