Commit fb9f4d1
committed
chore(Echo): Reorganize Cargo.toml metadata and update build artifact
- Restructured Cargo.toml metadata fields for improved readability and standard crate layout by moving `license-file`, `name`, `publish`, and `repository` above the `include` section
- Updated `Target/debug/libEcho.rlib` build artifact reflecting recent metadata changes
This maintenance change enhances project hygiene for the Echo IPC component, which handles Tauri command/event communication between Mountain and Wind. The reorganization aligns with Rust packaging best practices while maintaining all existing functionality. The binary update is a side-effect of rebuilding with modified crate metadata.1 parent a16d402 commit fb9f4d1
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 64 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments