-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathProject.toml
31 lines (27 loc) · 939 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
name = "JuliaWebAPI"
uuid = "480116ec-64ea-5dec-baca-db6b11e96e37"
keywords = ["julia", "rest", "api"]
license = "MIT"
desc = "Julia package for deploying APIs"
version = "0.6.3"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"
[compat]
HTTP = "0.8, 0.9"
ZMQ = "1.0, 1.1, 1.2"
JSON = "0.21"
julia = "1"
[extras]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Base64", "Test", "Random", "Sockets", "Logging", "Distributed"]