/ GrothCurves / Project.toml
Project.toml
 1  name = "GrothCurves"
 2  uuid = "5abac9ed-d1ba-4f09-bf87-1d0505e406bb"
 3  authors = ["0xpantera <0xpantera@proton.me>"]
 4  version = "1.0.0-DEV"
 5  
 6  [deps]
 7  BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
 8  BitIntegers = "c3b6d118-76ef-56ca-8cc7-ebb389d030a1"
 9  GrothAlgebra = "c7a79d44-cfd6-4e24-8a20-28d2d2e8370b"
10  StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
11  
12  [compat]
13  julia = "1.11"
14  
15  [extras]
16  Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
17  Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
18  
19  [targets]
20  test = ["Test", "Random"]