Skip to content

Commit 9fd41d8

Browse files
committed
Update GitQL SDK version
1 parent eaa80ff commit 9fd41d8

2 files changed

Lines changed: 26 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
[package]
22
name = "fileql"
3+
authors = ["AmrDeveloper"]
34
version = "0.1.0"
45
edition = "2021"
6+
description = "A tool to run SQL-like query on local files using GitQL SDK"
7+
license = "MIT"
8+
repository = "https://github.com/amrdeveloper/fileql/"
9+
documentation = "https://github.com/amrdeveloper/fileql"
10+
readme = "README.md"
11+
keywords = ["cli", "files", "language", "gitql", "fileql"]
12+
categories = ["command-line-utilities"]
13+
exclude = [".github/**", "docs/**", "media/**", "scripts/**"]
514

615
[dependencies]
7-
gitql-cli = { path = "D:/Software/GQL/crates/gitql-cli", version = "0.13.0" }
8-
gitql-ast = { path = "D:/Software/GQL/crates/gitql-ast", version = "0.11.0" }
9-
gitql-parser = { path = "D:/Software/GQL/crates/gitql-parser", version = "0.12.0" }
10-
gitql-engine = { path = "D:/Software/GQL/crates/gitql-engine", version = "0.13.0" }
16+
gitql-cli = "0.14.0"
17+
gitql-ast = "0.12.0"
18+
gitql-parser = "0.13.0"
19+
gitql-engine = "0.14.0"
1120
lazy_static = "1.4.0"
12-
atty = "0.2.14"
21+
atty = "0.2.14"

0 commit comments

Comments
 (0)