Skip to content

Commit 9f731de

Browse files
committed
Replace REQUIRE file by Project.toml
1 parent bc887e7 commit 9f731de

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Project.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name = "ParallelProcessingTools"
2+
uuid = "8e8a01fc-6193-5ca1-a2f1-20776dae4199"
3+
version = "0.2.0"
4+
5+
[deps]
6+
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
7+
8+
[compat]
9+
julia = "1"
10+
11+
[extras]
12+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13+
14+
[targets]
15+
test = ["Test"]

REQUIRE

-1
This file was deleted.

0 commit comments

Comments
 (0)