-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
40 lines (36 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
32
33
34
35
36
37
38
39
40
name = "Electrum"
uuid = "b7bf5f09-dce4-461b-b741-5180c76f4cfe"
authors = [
"Brandon Flores <[email protected]>",
"Amber Lim <[email protected]>",
"Patrick Cross <[email protected]>"
]
version = "0.2.0-dev"
[deps]
ComputedFieldTypes = "459fdd68-db75-56b8-8c15-d717a790f88e"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
InlineStrings = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NormalForms = "109d20d8-9763-411c-9b60-7eb2a068657f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Aqua = "0.8"
ComputedFieldTypes = "1"
FFTW = "1"
InlineStrings = "1"
LinearAlgebra = "1.6"
NormalForms = "0.1.7"
Printf = "1.6"
Requires = "1"
StaticArrays = "1"
Test = "1"
TOML = "1"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[targets]
test = ["Aqua", "Test", "TOML"]