Make project a submodule of dust project

This commit is contained in:
Jeff 2023-10-05 09:24:54 -04:00
parent 6902a301a6
commit 916b59b4b6
3 changed files with 4 additions and 3935 deletions

3901
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package]
name = "tree-sitter-dust"
description = "Dust grammar for the tree-sitter parsing library"
description = "dust grammar for the tree-sitter parsing library"
version = "0.0.1"
keywords = ["incremental", "parsing", "dust"]
categories = ["parsing", "text-editors"]
@ -8,7 +8,7 @@ repository = "https://github.com/tree-sitter/tree-sitter-dust"
edition = "2018"
license = "MIT"
build = "bindings/dust/build.rs"
build = "bindings/rust/build.rs"
include = [
"bindings/rust/*",
"grammar.js",
@ -16,35 +16,11 @@ include = [
"src/*",
]
[[bin]]
name = "main"
path = "bindings/dust/src/main.rs"
[lib]
name = "dust_lib"
path = "bindings/dust/src/lib.rs"
path = "bindings/rust/lib.rs"
[dependencies]
ansi_term = "0.12.1"
chrono = "0.4.31"
clap = { version = "4.4.4", features = ["derive"] }
comfy-table = "7.0.1"
csv = "1.2.2"
eframe = "0.22.0"
egui = "0.22.0"
egui_extras = "0.22.0"
git2 = "0.18.1"
json = "0.12.4"
rand = "0.8.5"
rayon = "1.8.0"
reqwest = { version = "0.11.20", features = ["blocking", "json"] }
rustyline = { version = "12.0.0", features = ["derive", "with-file-history"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
sysinfo = "0.29.10"
toml = "0.8.1"
trash = "3.0.6"
tree-sitter = "0.20.10"
tree-sitter = "~0.20.10"
[build-dependencies]
cc = "1.0"

View File

@ -1,6 +0,0 @@
# Comment
(1, 2, 3);
random_integer();
true;
false;