Skip to content

Commit 1decf10

Browse files
authored
Merge pull request #8 from mohamed82008/mt/project_toml
REQUIRE to Project.toml
2 parents b6c517a + bf5a34e commit 1decf10

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.jl.cov
22
*.jl.*.cov
33
*.jl.mem
4+
Manifest.toml

Project.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name = "DiffTests"
2+
uuid = "de460e47-3fe3-5279-bb4a-814414816d5d"
3+
keywords = ["automatic differentiation", "test"]
4+
license = "MIT"
5+
version = "0.1.0"
6+
7+
[deps]
8+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
10+
11+
[extras]
12+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13+
14+
[targets]
15+
test = ["Test"]

REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)