Commit db5df47
authored
chore: refine crate packaging by excluding unnecessary files (#122)
* chore: refine crate contents exclusion
Expanded the list of files excluded from the package distribution to reduce unnecessary file inclusion in the crate.
- Added more ignore patterns to exclude non-essential files
- Helps keep package size minimal
- Improves package distribution efficiency
* chore: update Cargo.lock for version 0.1.17
* chore(package): lean crate optimization
Exclude test-related directories from package to minimize crate size:
- Added 'src/unit_tests/' to exclusions
- Added 'tests/' to exclusions
Adheres to the 'Lean Crate' Movement philosophy of reducing unnecessary files in published packages.1 parent 6179680 commit db5df47
2 files changed
Lines changed: 23 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
14 | 27 | | |
15 | 28 | | |
16 | 29 | | |
17 | 30 | | |
18 | 31 | | |
| 32 | + | |
19 | 33 | | |
20 | 34 | | |
21 | 35 | | |
22 | 36 | | |
| 37 | + | |
23 | 38 | | |
24 | 39 | | |
25 | 40 | | |
| |||
31 | 46 | | |
32 | 47 | | |
33 | 48 | | |
| 49 | + | |
34 | 50 | | |
35 | 51 | | |
36 | 52 | | |
37 | 53 | | |
38 | 54 | | |
| 55 | + | |
39 | 56 | | |
40 | 57 | | |
41 | 58 | | |
42 | 59 | | |
43 | 60 | | |
44 | 61 | | |
| 62 | + | |
45 | 63 | | |
46 | 64 | | |
47 | 65 | | |
| 66 | + | |
48 | 67 | | |
49 | 68 | | |
0 commit comments