Files
repo-utils/git/Cargo.toml
2025-07-03 23:15:19 +02:00

14 lines
281 B
TOML

[package]
name = "git"
version = "0.2.0"
edition.workspace = true
authors.workspace = true
license-file.workspace = true
repository.workspace = true
[dependencies]
anyhow = "1.0.98"
command-with-spinner = { version = "0.1.0", path = "../command-with-spinner" }
thiserror = "2.0"