-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
33 lines (29 loc) · 1019 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 = "CodingTheory"
uuid = "89c41d41-0018-4667-9435-0b7cbc9fb764"
authors = ["Jake W. Ireland <[email protected]> and contributors"]
version = "0.2.3"
[deps]
# CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
# Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
# Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
Hecke = "3e1990a7-5d81-5526-99ce-9ba3ff248f21"
# Javis = "78b212ba-a7f9-42d4-b726-60726080707e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
# Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
# ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
FLoops = "0.1"
Hecke = "0.10"
Polynomials = "1.1.9, 2.0"
Primes = "0.5"
StaticArrays = "1.0.1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]