binary gets renamed to steamguard from steamguard-cli

This commit is contained in:
Carson McManus 2021-08-25 08:49:02 -04:00
parent 4e57ce073a
commit c119484c1f
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,5 @@
cargo-features = ["different-binary-name"]
[workspace]
members = [
@ -14,6 +16,10 @@ keywords = ["steam", "2fa", "steamguard", "authentication", "cli"]
categories = ["command-line-utilities"]
repository = "https://github.com/dyc3/steamguard-cli"
[[bin]]
name = "steamguard-cli"
filename = "steamguard"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View file

@ -18,7 +18,7 @@ Otherwise, you can download binaries from the releases.
## Building From Source
```
cargo build --release
cargo +nightly build --release
```
# Usage