Commit 0ef1364
authored
fix(rln): exclude large resource files from crate package (#394)
Exclude tree_depth_10/ resources and all .wasm files from the crates.io
package to bring the size under the 10MiB upload limit. The .wasm files
are unused by the rln crate (witness calculation uses graph.bin), and
tree_depth_10 resources are only needed for testing.
Package size: 22.8MiB → 8.5MiB (4.9MiB compressed).1 parent 7f5b1be commit 0ef1364
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
124 | 131 | | |
125 | 132 | | |
126 | 133 | | |
| |||
0 commit comments