-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
29 lines (27 loc) · 932 Bytes
/
Project.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
name = "DoloYAML"
uuid = "5444aaa2-d204-4231-b785-bc52d56d058b"
authors = ["Winant Pablo <[email protected]>"]
version = "0.1.0"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dolang = "e5c7262c-e9d2-5620-ad8e-1af14eb8a8e3"
Dolo = "9d24351c-2990-5e1b-a277-04c4b809c898"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StringDistances = "88034a9c-02f8-509d-84a9-84ec65e18404"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
DataStructures = "0.18.14"
Dolang = "3.3.0"
Format = "1.3.7"
HTTP = "1.9.8"
MacroTools = "0.5.10"
StaticArrays = "1.6.0"
StringDistances = "0.11.2"
YAML = "0.4.9"
julia = "1.10"