Skip to content

Commit

Permalink
Migrate to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Apr 26, 2019
1 parent 87afec9 commit 5f0070a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
Manifest.toml
12 changes: 12 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name = "IteratorInterfaceExtensions"
uuid = "82899510-4779-5014-852e-03e436cf321d"
version = "1.0.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

[compat]
julia = "1"
1 change: 0 additions & 1 deletion REQUIRE

This file was deleted.

0 comments on commit 5f0070a

Please sign in to comment.