-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
21 lines (20 loc) · 624 Bytes
/
Cargo.toml
File metadata and controls
21 lines (20 loc) · 624 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "fileql"
authors = ["AmrDeveloper"]
version = "0.10.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-core = "0.17.0"
gitql-std = "0.17.0"
gitql-ast = "0.36.0"
gitql-parser = "0.39.0"
gitql-cli = "0.40.0"
gitql-engine = "0.40.0"