Skip to content

Commit d006e8a

Browse files
committed
add project toml
1 parent b03c180 commit d006e8a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Project.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name = "DistributedFactorGraphs"
2+
uuid = "b5cc3c7e-6572-11e9-2517-99fb8daf2f04"
3+
version = "0.0.0"
4+
5+
[deps]
6+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
7+
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
8+
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
9+
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
10+
11+
[compat]
12+
julia = "1.0, 1.1"
13+
14+
[extras]
15+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16+
17+
[targets]
18+
test = ["Test"]

0 commit comments

Comments
 (0)