-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
29 lines (25 loc) · 883 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
name = "StorageGraphs"
uuid = "fa9e2bbc-20aa-512b-a47b-5a4d8687aaeb"
authors = ["Sebastian Micluța-Câmpeanu <m.c.sebastian95@gmail.com>"]
version = "0.3.2"
[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
[compat]
GraphPlot = "0.4"
JLD = "0.9"
BSON = "0.2"
LightGraphs = "1.3"
julia = "1.0"
[extras]
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Parameters", "LinearAlgebra", "JLD"]