Skip to content

Commit

Permalink
Update GitQL SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Feb 16, 2024
1 parent eaa80ff commit 9fd41d8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
16 changes: 12 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 14 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
[package]
name = "fileql"
authors = ["AmrDeveloper"]
version = "0.1.0"
edition = "2021"
description = "A tool to run SQL-like query on local files using GitQL SDK"
license = "MIT"
repository = "https://github.com/amrdeveloper/fileql/"
documentation = "https://github.com/amrdeveloper/fileql"
readme = "README.md"
keywords = ["cli", "files", "language", "gitql", "fileql"]
categories = ["command-line-utilities"]
exclude = [".github/**", "docs/**", "media/**", "scripts/**"]

[dependencies]
gitql-cli = { path = "D:/Software/GQL/crates/gitql-cli", version = "0.13.0" }
gitql-ast = { path = "D:/Software/GQL/crates/gitql-ast", version = "0.11.0" }
gitql-parser = { path = "D:/Software/GQL/crates/gitql-parser", version = "0.12.0" }
gitql-engine = { path = "D:/Software/GQL/crates/gitql-engine", version = "0.13.0" }
gitql-cli = "0.14.0"
gitql-ast = "0.12.0"
gitql-parser = "0.13.0"
gitql-engine = "0.14.0"
lazy_static = "1.4.0"
atty = "0.2.14"
atty = "0.2.14"

0 comments on commit 9fd41d8

Please sign in to comment.