-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (23 loc) · 642 Bytes
/
Project.toml
File metadata and controls
27 lines (23 loc) · 642 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
name = "Toolips"
uuid = "a47e2ad8-fcf7-417c-9746-32b9bdf220bd"
authors = ["emmac "]
version = "0.3.15"
[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
ParametricProcesses = "9ce9415f-ecd2-4b63-a3f6-984ce63e76ce"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
ToolipsServables = "bf3a9e68-ca66-4981-8178-9d71c4f8abaa"
[compat]
Crayons = "4.1.1"
HTTP = "1.5"
julia = "1.5"
ToolipsServables = "0.2.9"
ParametricProcesses = "0.1.3"
Sockets = "1.0"
Pkg = "1.0"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]