-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (26 loc) · 776 Bytes
/
Project.toml
File metadata and controls
32 lines (26 loc) · 776 Bytes
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
name = "LSP"
uuid = "ba3d5f2d-0240-5843-8ab5-e1c74856c201"
version = "0.1.0"
authors = ["Shuhei Kadowaki <aviatesk@gmail.com>"]
[deps]
PrecompileTools = "32931bc0-5014-5544-84d5-53636ff9f6c5"
JSON3 = "00ac8d46-747e-5902-8e12-fdfc767369c7"
StructTypes = "66bcceda-d870-5865-93dd-65803322e79e"
[workspace]
projects = ["test"]
[compat]
PrecompileTools = "1.3.3"
JSON3 = "1.14.3"
StructTypes = "1.11.0"
[sources.PrecompileTools]
subdir = "vendor/PrecompileTools"
rev = "releases/2025-11-28"
url = "https://github.com/aviatesk/JETLS.jl"
[sources.JSON3]
subdir = "vendor/JSON3"
rev = "releases/2025-11-28"
url = "https://github.com/aviatesk/JETLS.jl"
[sources.StructTypes]
subdir = "vendor/StructTypes"
rev = "releases/2025-11-28"
url = "https://github.com/aviatesk/JETLS.jl"