Groups.jl/Project.toml

18 lines
390 B
TOML
Raw Normal View History

2018-09-21 18:08:44 +02:00
name = "Groups"
uuid = "5d8bd718-bd84-11e8-3b40-ad14f4a32557"
authors = ["Marek Kaluba <kalmar@amu.edu.pl>"]
2019-02-21 15:10:05 +01:00
version = "0.2.0"
2018-09-21 18:08:44 +02:00
[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
2018-09-26 08:40:28 +02:00
2019-01-02 16:04:56 +01:00
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]
2018-09-26 08:40:28 +02:00
[compat]