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]
|
[workspace]
|
||||||
|
|
||||||
members = [
|
members = [
|
||||||
|
@ -14,6 +16,10 @@ keywords = ["steam", "2fa", "steamguard", "authentication", "cli"]
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
repository = "https://github.com/dyc3/steamguard-cli"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -18,7 +18,7 @@ Otherwise, you can download binaries from the releases.
|
||||||
## Building From Source
|
## Building From Source
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo build --release
|
cargo +nightly build --release
|
||||||
```
|
```
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
Loading…
Reference in a new issue