remove dash from bin name
This commit is contained in:
parent
767aabb129
commit
129115c8c0
1 changed files with 3 additions and 0 deletions
|
@ -17,3 +17,6 @@ clap = { version = "4.4.4", features = ["cargo"] }
|
||||||
indicatif = "0.17.7"
|
indicatif = "0.17.7"
|
||||||
pbr = "1.1.1"
|
pbr = "1.1.1"
|
||||||
tokio = { version = "1.32.0", features = ["full"] }
|
tokio = { version = "1.32.0", features = ["full"] }
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name="nmb"
|
||||||
|
|
Loading…
Reference in a new issue