forked from getgrit/gritql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (30 loc) · 779 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[workspace]
resolver = "2"
members = [
"crates/core",
"crates/cli",
"crates/util",
"crates/language",
"crates/gritmodule",
"crates/gritcache",
"crates/grit-pattern-matcher",
"crates/grit-util",
"crates/auth",
"crates/externals",
"crates/wasm-bindings",
"crates/marzano_messenger",
"crates/cli_bin",
]
exclude = [
"resources",
"vendor/web-tree-sitter",
"vendor/tree-sitter-gritql",
"vendor/tree-sitter-facade",
]
[workspace.package]
version = "0.5.0"
authors = ["Iuvo AI, Inc.", "Grit Contributors"]
description = "GritQL is a query language for searching, linting, and modifying code."
repository = "https://github.com/getgrit/gritql/"
homepage = "https://docs.grit.io/language/overview"
documentation = "https://docs.grit.io/tutorials/gritql"