Skip to content

Commit 961ccdb

Browse files
committed
rename command-line tool to mcw
1 parent 320f58a commit 961ccdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ path = "src/bin/mycitadel.rs"
2222
required-features = ["ui"]
2323

2424
[[bin]]
25-
name = "mc-tx"
26-
path = "src/bin/mc-tx.rs"
25+
name = "mcw"
26+
path = "src/bin/mcw.rs"
2727
required-features = ["cli"]
2828

2929
[dependencies]

src/bin/mc-tx.rs src/bin/mcw.rs

File renamed without changes.

0 commit comments

Comments
 (0)