sysmaster/backport-rename-to-sysmaster.patch

43 lines
1.1 KiB
Diff

From fcc12481bd9240489cd21c71df50fb1dfdbe9ad5 Mon Sep 17 00:00:00 2001
From: overweight <hexiaowen@huawei.com>
Date: Mon, 19 Sep 2022 21:48:31 +0800
Subject: [PATCH] rename to sysmaster
---
Cargo.toml | 11 +++++------
src/{process1 => sysmaster}/main.rs | 0
2 files changed, 5 insertions(+), 6 deletions(-)
rename src/{process1 => sysmaster}/main.rs (100%)
diff --git a/Cargo.toml b/Cargo.toml
index c1d3f70..804feee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,14 +1,13 @@
[package]
-name = "Process1"
-version = "0.1.0"
-authors = ["overweight <hexiaowen@huawei.com>"]
+name = "sysmaster"
+version = "0.2.2"
+authors = ["sysmaster"]
edition = "2018"
-default-run = "process1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
-name = "process1"
-path = "src/process1/main.rs"
+name = "sysmaster"
+path = "src/sysmaster/main.rs"
[[bin]]
name = "pctrl"
diff --git a/src/process1/main.rs b/src/sysmaster/main.rs
similarity index 100%
rename from src/process1/main.rs
rename to src/sysmaster/main.rs
--
2.33.0