1
0
Fork 0
mirror of https://git.sr.ht/~spicywolf/k2spice synced 2025-01-18 09:49:38 +00:00

rename files for clarity

This commit is contained in:
Ren Kararou 2023-05-26 17:25:38 -04:00
parent 091e496d15
commit b65d0617bc
Signed by: spicywolf
GPG key ID: B0BA4EEC0714F8E6
10 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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