trustfall_git_adapter 1.2.0

Trustfall adapter for querying Git repositories
Documentation
[dependencies.git2]
default-features = false
version = "0.20"

[dependencies.trustfall]
version = "0.8.1"

[dependencies.trustfall_core]
version = "0.8.1"

[dependencies.trustfall_derive]
version = "0.3.1"

[dev-dependencies.tempfile]
version = "3.8"

[lib]
name = "trustfall_git_adapter"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools"]
description = "Trustfall adapter for querying Git repositories"
edition = "2024"
homepage = "https://github.com/starfy84/git-seek"
keywords = ["git", "trustfall", "adapter", "query"]
license = "BSD-3-Clause"
name = "trustfall_git_adapter"
readme = "README.md"
repository = "https://github.com/starfy84/git-seek"
version = "1.2.0"

[[test]]
name = "adapter_tests"
path = "tests/adapter_tests.rs"