[package]
edition = "2021"
rust-version = "1.88"
name = "termesh-git"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal component of a terminal-native, agent-first IDE."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/iseif/termesh"
[lib]
name = "termesh_git"
path = "src/lib.rs"
[[test]]
name = "real_git"
path = "tests/real_git.rs"
[dependencies.termesh-core]
version = "0.1.3"