-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Project.toml
33 lines (29 loc) · 953 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
name = "Bukdu"
uuid = "3e78a19a-cc83-51d8-955b-515f39fd7955"
authors = ["WooKyoung Noh <[email protected]>"]
version = "0.4.19-DEV"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
MbedTLS = "739be429-bea8-5141-9913-cc70e7f3736d"
URIParser = "30578b45-9adc-5946-b283-645ec420af67"
[compat]
Documenter = "0.24, 0.25, 0.26, 0.27"
HTTP = "0.8, 0.9, 1.0, 1.10"
MbedTLS = "0.7, 1.0"
URIParser = "0.4"
JSON = "0.21"
JSON2 = "0.3"
JSON3 = "1.8"
julia = "1.3"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Jive = "ba5e3d4b-8524-549f-bc71-e76ad9e9deed"
JSON2 = "2535ab7d-5cd8-5a07-80ac-9b1792aadce3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
[targets]
test = ["Test", "Jive", "JSON2", "JSON3"]