chore: ignore rust binary artifacts from hex publish

This commit is contained in:
Jussi 2024-11-09 15:27:32 +02:00
parent d2839286ce
commit afac1afbbe

View file

@ -101,6 +101,11 @@ defmodule Argon2.MixProject do
"LICENSE-MIT",
".formatter.exs"
],
exclude_patterns: [
"native/argon2/target",
"test",
"priv"
],
licenses: ["MIT", "Apache-2.0"],
links: %{
"Source repository" => @source_url