[package]
name = "git-remote-igit"
version = "0.1.1"
edition = "2024"
license = "Apache-2.0"
description = "Git remote helper for the native igit:// InfiniGit transport"
repository = "https://github.com/infinigit-labs/git-remote-igit"
homepage = "https://infinigit.com"
readme = "README.md"
keywords = ["git", "remote-helper", "icp", "internet-computer"]
categories = ["command-line-utilities", "development-tools"]
publish = ["crates-io"]
[[bin]]
name = "git-remote-igit"
path = "src/main.rs"
[dev-dependencies]
tempfile = "3.13"