Skip to content

Commit fb9f4d1

Browse files
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

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ autoexamples = false
4949
autotests = false
5050
description = "Echo 📣"
5151
edition = "2024"
52+
license-file = "LICENSE"
53+
name = "Echo"
54+
publish = false
55+
repository = "https://github.com/CodeEditorLand/Echo"
5256
include = [
5357
"Source/**/*",
5458
"LICENSE",
@@ -57,8 +61,4 @@ include = [
5761
"build.rs",
5862
"Cargo.toml",
5963
]
60-
license-file = "LICENSE"
61-
name = "Echo"
62-
publish = false
63-
repository = "https://github.com/CodeEditorLand/Echo"
6464
version = "0.0.1"

Target/debug/libEcho.rlib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:3a10e878181e58d07b9e022b98d669a71b3596df8445d300246896d5142eb1fd
2+
oid sha256:abd0869c26ae07d6a43377f5c48e8bdc15164e9b2d9b173a1d1fd3805e47d90b
33
size 11769048

0 commit comments

Comments
 (0)