We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44d4a0 commit 4ac173aCopy full SHA for 4ac173a
bin/fetch_checksums.sh
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env bash
2
+
3
+mix rustler_precompiled.download GraphqlQuery.Native --all --print
mix.exs
@@ -49,10 +49,11 @@ defmodule GraphqlQuery.MixProject do
49
defp package do
50
[
51
files: [
52
- "lib",
53
- "native/graphql_query_native/.cargo",
54
- "native/graphql_query_native/Cargo*",
55
- "native/graphql_query_native/src",
+ "lib/**/*.ex",
+ "native/graphql_query_native/.cargo/config",
+ "native/graphql_query_native/Cargo.lock",
+ "native/graphql_query_native/Cargo.toml",
56
+ "native/graphql_query_native/src/**/*.rs",
57
"checksum-*.exs",
58
"mix.exs",
59
"README.md"
0 commit comments