add alias
This commit is contained in:
parent
eb80b0c239
commit
3d54bc8c76
|
@ -14,3 +14,7 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.5.18", features = ["derive"] }
|
clap = { version = "4.5.18", features = ["derive"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "swap"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue