Skip to content

Commit 5f0070a

Browse files
committed
Migrate to Project.toml
1 parent 87afec9 commit 5f0070a

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name = "IteratorInterfaceExtensions"
2+
uuid = "82899510-4779-5014-852e-03e436cf321d"
3+
version = "1.0.0"
4+
5+
[extras]
6+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7+
8+
[targets]
9+
test = ["Test"]
10+
11+
[compat]
12+
julia = "1"

REQUIRE

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

0 commit comments

Comments
 (0)