-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 851 Bytes
/
Project.toml
File metadata and controls
32 lines (28 loc) · 851 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 = "DocstringTranslation"
uuid = "d404e13b-1f8e-41a5-a26a-0b758a0c6c97"
version = "0.1.3"
authors = ["Satoshi Terasaki <[email protected]>"]
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
OpenAI = "e9f21f70-7185-4079-aca2-91159181367c"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
[compat]
Aqua = "0.8"
Documenter = "1"
JET = "0.9, 0.11"
Markdown = "1"
OpenAI = "0.10.1, 0.11, 0.12"
ReTestItems = "1.31.0"
SHA = "0.7.0"
Scratch = "1.2.1"
Test = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "JET", "ReTestItems", "Test"]