about summary refs log tree commit diff stats
path: root/usr/src/mei/pwd
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 /usr/src/mei/pwd
parent091e496d157b73337c634085a99009fd7257512b (diff)
downloadk2spice-b65d0617bca7bf85970854c728c37d935421ea14.tar.gz
k2spice-b65d0617bca7bf85970854c728c37d935421ea14.tar.bz2
k2spice-b65d0617bca7bf85970854c728c37d935421ea14.zip
rename files for clarity
Diffstat (limited to 'usr/src/mei/pwd')
-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
2 files changed, 1 insertions, 1 deletions
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