binary gets renamed to steamguard
from steamguard-cli
This commit is contained in:
parent
4e57ce073a
commit
c119484c1f
2 changed files with 7 additions and 1 deletions
|
@ -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]
|
||||
|
|
|
@ -18,7 +18,7 @@ Otherwise, you can download binaries from the releases.
|
|||
## Building From Source
|
||||
|
||||
```
|
||||
cargo build --release
|
||||
cargo +nightly build --release
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
|
Loading…
Reference in a new issue