quarb-git 0.11.0

Git repository adapter for the Quarb query engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "quarb-git"
description = "Git repository adapter for the Quarb query engine"
keywords = ["query", "git", "repository", "quarb"]
categories = ["development-tools", "parser-implementations"]
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true

[dependencies]
quarb = { path = "../quarb", version = "0.11.0" }
thiserror.workspace = true