maestro_git 0.2.2

API using libgit2 for stylish version control workflows
Documentation
[package]
name = "maestro_git"
version = "0.2.2"
description = "API using libgit2 for stylish version control workflows"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

[dependencies]
anyhow = { workspace = true }
git2 = { version = "0.20.0", features = ["ssh", "vendored-libgit2"] }
openssl = { version = "0.10.71", features = ["vendored"] }
thiserror = { workspace = true }
tokio = { workspace = true }

[dev-dependencies]
temp-dir = "0.1.14"