Git operations with libgit2
libgit2 ile git islemleri
Git islemleri
git2 = "0.19"Ilerleme cubugu
indicatif = "0.17"Copy this Cargo.toml to get started:
[package]
name = "my-git-client"
version = "0.1.0"
edition = "2021"
[dependencies]
git2 = "0.19"
indicatif = "0.17"
thiserror = "1"
tracing = "0.1"