-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
31 lines (27 loc) · 1.02 KB
/
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 = "Netcode"
uuid = "4468f03d-0793-4bdc-9bad-85d054e448f3"
authors = ["Siddharth Bhatia and contributors"]
version = "0.0.1"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Debugger = "31a5f54b-26ea-5ae9-a837-f05ce5417438"
GarishPrint = "b0ab02a7-8576-43f7-aa76-eaa7c3897c54"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JuliaInterpreter = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Sodium = "4f5b5e99-b0ad-42cd-b47a-334e172ec8bd"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]