set binary name for crates.io package
This commit is contained in:
parent
5ee70eec05
commit
b7b6bd23b9
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ license = "MIT"
|
|||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[[bin]]
|
||||
name = "pride"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
pico-args = "0.5.0"
|
||||
termion = "2.0.1"
|
||||
|
|
Loading…
Reference in a new issue