Skip to content

Commit

Permalink
add Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidssmith committed Sep 11, 2019
1 parent e5d74d7 commit f29467c
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 = "RawArray"
uuid = "d3d335b2-f152-507c-820e-958e337efb65"
version = "0.1.1"
author = ["David S. Smith <david.smith@gmail.com>"]

[deps]
LittleEndianBase128 = "1724a1d5-ab78-548d-94b3-135c294f96cf"

[compat]
julia = "≥ 1.0.0"

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

[targets]
test = ["Test"]

2 comments on commit f29467c

@davidssmith
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/3469

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" f29467cdedbc800b00a40b029fca8ca07a6becfa
git push origin v0.1.1

Please sign in to comment.