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:
parent
091e496d15
commit
b65d0617bc
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue