gitql-std 0.7.0

GitQL Standard and Aggregation functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "gitql-std"
authors = ["AmrDeveloper"]
version = "0.7.0"
edition = "2021"
description = "GitQL Standard and Aggregation functions"
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-core = { path = "../gitql-core", version = "0.7.0" }
gitql-ast = { path = "../gitql-ast", version = "0.27.0" }
chrono = "0.4.38"
regex = "1.10.4"
rand = "0.8.5"
uuid = { version = "1.8.0", features = ["v4"] }