forked from QuantumBFS/AWSBraket.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
31 lines (27 loc) · 868 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 = "AWSBraket"
uuid = "f5a38104-9b45-4271-a786-09a83c4f15bf"
authors = ["Roger-luo <[email protected]> and contributors"]
version = "0.1.0"
[deps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
Configurations = "5218b696-f38b-4ac9-8b61-a12ec717816d"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
GarishPrint = "b0ab02a7-8576-43f7-aa76-eaa7c3897c54"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
AWS = "1"
Configurations = "0.16"
Crayons = "4"
GarishPrint = "0.2, 0.5"
HTTP = "0.9"
JSON = "0.21"
julia = "1"
[extras]
BrokenRecord = "bdd55f5b-6e67-4da1-a080-6086e55655a0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "BrokenRecord"]