Created
July 25, 2017 23:47
-
-
Save serpent213/a04f5a6768e510d3f647ec214e66314f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def deps(target) do | |
[ system(target), | |
{:bootloader, "~> 0.1"}, | |
{:nerves_runtime, "~> 0.4"}, | |
{:logger_multicast_backend, "~> 0.2.2"}, | |
{:nerves_interim_wifi, "~> 0.2.0"} | |
] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment