Skip to content

Commit

Permalink
Merge pull request #8 from JuliaDiffEq/myb/project
Browse files Browse the repository at this point in the history
Add Project.toml
  • Loading branch information
ChrisRackauckas authored Nov 21, 2019
2 parents a2a3761 + bdec2f2 commit dee7ddc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name = "ResettableStacks"
uuid = "ae5879a3-cd67-5da8-be7f-38c6eb64a37b"

[deps]
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
StaticArrays = "0.10, 0.11, 0.12"
julia = "1.0.0"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Random"]

0 comments on commit dee7ddc

Please sign in to comment.