chore: ignore rust binary artifacts from hex publish
This commit is contained in:
parent
d2839286ce
commit
afac1afbbe
1 changed files with 5 additions and 0 deletions
5
mix.exs
5
mix.exs
|
@ -101,6 +101,11 @@ defmodule Argon2.MixProject do
|
||||||
"LICENSE-MIT",
|
"LICENSE-MIT",
|
||||||
".formatter.exs"
|
".formatter.exs"
|
||||||
],
|
],
|
||||||
|
exclude_patterns: [
|
||||||
|
"native/argon2/target",
|
||||||
|
"test",
|
||||||
|
"priv"
|
||||||
|
],
|
||||||
licenses: ["MIT", "Apache-2.0"],
|
licenses: ["MIT", "Apache-2.0"],
|
||||||
links: %{
|
links: %{
|
||||||
"Source repository" => @source_url
|
"Source repository" => @source_url
|
||||||
|
|
Loading…
Add table
Reference in a new issue