gitql-core 0.20.0

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

[dependencies]
gitql-ast = { workspace = true }
chrono = { workspace = true }
dyn-clone = { workspace = true }
indexmap = { workspace = true }
regex = { workspace = true }