Skip to content

Commit faeb3de

Browse files
committed
Project.toml
1 parent 5e6207f commit faeb3de

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

Project.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "GraphIO"
2+
uuid = "aa1b3936-2fda-51b9-ab35-c553d3a640a2"
3+
4+
[deps]
5+
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
6+
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
7+
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
8+
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
9+
10+
[compat]
11+
EzXML = "≥ 0.9.0"
12+
LightGraphs = "≥ 1.1.0"
13+
ParserCombinator = "≥ 2.0.0"
14+
julia = "≥ 0.7.0"
15+
16+
[extras]
17+
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
18+
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
19+
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
20+
ParserCombinator = "fae87a5f-d1ad-5cf0-8f61-c941e1580b46"
21+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
22+
23+
[targets]
24+
test = ["CodecZlib", "LightGraphs", "EzXML", "ParserCombinator", "Test"]

REQUIRE

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)