about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2023-05-26 17:25:38 -0400
committerRen Kararou <[email protected]>2023-05-26 17:25:38 -0400
commitb65d0617bca7bf85970854c728c37d935421ea14 (patch)
treebb38f1f3a8d677a407548a0eaaa4501f9a599bfc
parent091e496d157b73337c634085a99009fd7257512b (diff)
downloadk2spice-b65d0617bca7bf85970854c728c37d935421ea14.tar.gz
k2spice-b65d0617bca7bf85970854c728c37d935421ea14.tar.bz2
k2spice-b65d0617bca7bf85970854c728c37d935421ea14.zip
rename files for clarity
-rw-r--r--usr/src/mei/echo/Cargo.toml2
-rw-r--r--usr/src/mei/echo/src/echo.rs (renamed from usr/src/mei/echo/src/main.rs)0
-rw-r--r--usr/src/mei/printf/Cargo.toml2
-rw-r--r--usr/src/mei/printf/src/printf.rs (renamed from usr/src/mei/printf/src/main.rs)0
-rw-r--r--usr/src/mei/pwd/Cargo.toml2
-rw-r--r--usr/src/mei/pwd/src/pwd.rs (renamed from usr/src/mei/pwd/src/main.rs)0
-rw-r--r--usr/src/mei/true/Cargo.toml2
-rw-r--r--usr/src/mei/true/src/true.rs (renamed from usr/src/mei/true/src/main.rs)0
-rw-r--r--usr/src/mei/yes/Cargo.toml2
-rw-r--r--usr/src/mei/yes/src/yes.rs (renamed from usr/src/mei/yes/src/main.rs)0
10 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/mei/echo/Cargo.toml b/usr/src/mei/echo/Cargo.toml
index 0b34ec5..8ec00ee 100644
--- a/usr/src/mei/echo/Cargo.toml
+++ b/usr/src/mei/echo/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
 
 [[bin]]
 name = "echo"
-path = "src/main.rs"
+path = "src/echo.rs"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
diff --git a/usr/src/mei/echo/src/main.rs b/usr/src/mei/echo/src/echo.rs
index ad5eee9..ad5eee9 100644
--- a/usr/src/mei/echo/src/main.rs
+++ b/usr/src/mei/echo/src/echo.rs
diff --git a/usr/src/mei/printf/Cargo.toml b/usr/src/mei/printf/Cargo.toml
index 1dded1e..ac4961b 100644
--- a/usr/src/mei/printf/Cargo.toml
+++ b/usr/src/mei/printf/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
 
 [[bin]]
 name = "printf"
-path = "src/main.rs"
+path = "src/printf.rs"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
diff --git a/usr/src/mei/printf/src/main.rs b/usr/src/mei/printf/src/printf.rs
index e7a11a9..e7a11a9 100644
--- a/usr/src/mei/printf/src/main.rs
+++ b/usr/src/mei/printf/src/printf.rs
diff --git a/usr/src/mei/pwd/Cargo.toml b/usr/src/mei/pwd/Cargo.toml
index 99a986f..1bc9e99 100644
--- a/usr/src/mei/pwd/Cargo.toml
+++ b/usr/src/mei/pwd/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
 
 [[bin]]
 name = "pwd"
-path = "src/main.rs"
+path = "src/pwd.rs"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
diff --git a/usr/src/mei/pwd/src/main.rs b/usr/src/mei/pwd/src/pwd.rs
index 051f5bc..051f5bc 100644
--- a/usr/src/mei/pwd/src/main.rs
+++ b/usr/src/mei/pwd/src/pwd.rs
diff --git a/usr/src/mei/true/Cargo.toml b/usr/src/mei/true/Cargo.toml
index 644bc0d..ec2d8a5 100644
--- a/usr/src/mei/true/Cargo.toml
+++ b/usr/src/mei/true/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
 
 [[bin]]
 name = "true"
-path = "src/main.rs"
+path = "src/true.rs"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
diff --git a/usr/src/mei/true/src/main.rs b/usr/src/mei/true/src/true.rs
index 6f58f4e..6f58f4e 100644
--- a/usr/src/mei/true/src/main.rs
+++ b/usr/src/mei/true/src/true.rs
diff --git a/usr/src/mei/yes/Cargo.toml b/usr/src/mei/yes/Cargo.toml
index 8372248..d46dce9 100644
--- a/usr/src/mei/yes/Cargo.toml
+++ b/usr/src/mei/yes/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
 
 [[bin]]
 name = "yes"
-path = "src/main.rs"
+path = "src/yes.rs"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
diff --git a/usr/src/mei/yes/src/main.rs b/usr/src/mei/yes/src/yes.rs
index 5a889f0..5a889f0 100644
--- a/usr/src/mei/yes/src/main.rs
+++ b/usr/src/mei/yes/src/yes.rs