gitql-engine 0.30.0

GitQL Engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gitql-engine"
authors = ["AmrDeveloper"]
version = "0.30.0"
edition = "2021"
description = "GitQL Engine"
repository = "https://github.com/amrdeveloper/gql/tree/main/crates/gitql-engine"
license = "MIT"
keywords = ["cli", "gql", "language", "git", "sql"]
categories = ["command-line-utilities"]

[dependencies]
gitql-core = { path = "../gitql-core", version = "0.7.0" }
gitql-ast = { path = "../gitql-ast", version = "0.27.0" }
regex = "1.10.4"
chrono = "0.4.38"