forked from isographlabs/isograph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (30 loc) · 788 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
[workspace]
members = ["./crates/*"]
resolver = "2"
[workspace.package]
version = "0.3.0"
edition = "2021"
license = "MIT"
[workspace.dependencies]
clap = { version = "4.5.18", features = ["derive"] }
colored = "2.0.4"
colorize = "0.1.0"
crossbeam = "0.8"
lazy_static = "1.4"
log = { version = "0.4.17", features = ["kv_unstable", "kv_unstable_std"] }
logos = "0.12"
lsp-server = "0.7.2"
lsp-types = "0.94.1"
notify = "7.0.0"
notify-debouncer-full = "0.4.0"
pathdiff = "0.2.1"
pretty-duration = "0.1.1"
regex = "1.6.0"
schemars = { version="0.8.11", features=["indexmap1"] }
serde = "1.0.197"
serde_json = "1.0.108"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.40"
tokio = { version = "1.35.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"