We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395bb08 commit d2126a8Copy full SHA for d2126a8
mix.exs
@@ -7,7 +7,13 @@ defmodule HttpFetch.MixProject do
7
version: "0.1.0",
8
elixir: "~> 1.18",
9
start_permanent: Mix.env() == :prod,
10
- deps: deps()
+ deps: deps(),
11
+ description:
12
+ "A browser-like HTTP fetch API for Elixir using Erlang's built-in :httpc module",
13
+ licenses: ["MIT"],
14
+ links: %{
15
+ "GitHub" => "https://github.com/gsmlg-dev/http_fetch"
16
+ }
17
]
18
end
19
0 commit comments