-
Notifications
You must be signed in to change notification settings - Fork 14
/
Project.toml
34 lines (30 loc) · 966 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
30
31
32
33
34
name = "Remark"
uuid = "79b45036-8e38-5d04-8f49-b9fb23ff5a0d"
authors = ["Pietro Vertechi"]
version = "0.3.3"
[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterMarkdown = "997ab1e6-3595-5248-9280-8efb232c3433"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
[compat]
CodecZlib = "0.7"
DefaultApplication = "1"
Documenter = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26"
DocumenterMarkdown = "0.2"
Glob = "1"
JSON = "0.21"
Literate = "2"
Tar = "1"
julia = "1.3"
[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Plots", "Test"]