[package]
edition = "2024"
name = "gwz-git2"
version = "0.0.0-bootstrap.1"
build = false
include = [
"Cargo.toml",
"Cargo.lock",
"README.md",
"src/lib.rs",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bootstrap prerelease for the actively developed gwz-git2 project; no implementation included."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/owebeeone/git2-rs"
[lib]
name = "gwz_git2"
path = "src/lib.rs"