-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
executable file
·26 lines (22 loc) · 823 Bytes
/
Project.toml
File metadata and controls
executable file
·26 lines (22 loc) · 823 Bytes
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
name = "Rank2BinaryForms"
uuid = "e83c4f86-926c-40f1-8a17-25e316e7ef75"
authors = ["Laura Brustenga i Moncusí <brust@math.ku.dk>, Shreedevi K. Masuti and contributors"]
version = "1.0.0"
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Contour = "d38c429a-6771-53c6-b99e-75d170b6e991"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
MultivariatePolynomials = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
Nemo = "2edaba10-b0f1-5616-af89-8c11ac63239a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[compat]
Combinatorics = "1"
DocStringExtensions = "0.8"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]