-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
47 lines (42 loc) · 998 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[workspace]
resolver = "2"
members = [
"lura-syntax",
"lura-hir",
"lura-hir-lowering",
"lura-driver",
"lura-diagnostic",
"lura-vfs",
"lura-ide",
"lura-eval",
"lura-tt",
"lura-eyre",
"lura-cli",
"lura-typer",
"lura-ariadne",
"lura-docs-backend",
"lura-js",
"tree-sitter-lura",
]
[workspace.dependencies]
dashmap = "5.1.0"
fxhash = "0.2.1"
if_chain = "1.0.2"
im = "15.1.0"
im-rc = "15.0.0"
itertools = "0.11.0"
log = "0.4.14"
thiserror = "1.0.40"
salsa-2022 = { git = "https://github.com/aripiprazole/salsa.git" }
eyre = "0.6.8"
miette = "5.10.0"
paste = "1.0.14"
tree-sitter = "~0.20.10"
type-sitter-lib = { git = "https://github.com/Jakobeha/type-sitter.git" }
type-sitter-gen = { git = "https://github.com/Jakobeha/type-sitter.git" }
[workspace.package]
edition = "2021"
authors = ["Gabrielle Guimarães de Oliveira"]
description = "Resilient compiler for the Lura programming language"
documentation = "https://github.com/aripiprazole/lura"
version = "0.0.1"