Last active
October 30, 2019 23:04
-
-
Save sdomino/04b5c1167922bc815cc8392c7ada11aa to your computer and use it in GitHub Desktop.
pdfer/mix.exs dependencies
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
defp deps do | |
[ | |
{:bbmustache, github: "soranoba/bbmustache"}, | |
{:jason, "~> 1.1"}, | |
{:pdf_generator, ">=0.5.5"} | |
] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment