diff --git a/Cargo.toml b/Cargo.toml index 03ec7ce..2acb2c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index 366d7a8..0e755a2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Otherwise, you can download binaries from the releases. ## Building From Source ``` -cargo build --release +cargo +nightly build --release ``` # Usage