more misc cargo toml update
This commit is contained in:
parent
e5ee4b64de
commit
f892f1afdc
2 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@ description = "A command line utility to generate Steam 2FA codes and respond to
|
|||
keywords = ["steam", "2fa", "steamguard", "authentication", "cli"]
|
||||
categories = ["command-line-utilities"]
|
||||
repository = "https://github.com/dyc3/steamguard-cli"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[[bin]]
|
||||
name = "steamguard-cli"
|
||||
|
|
|
@ -5,6 +5,8 @@ authors = ["Carson McManus <carson.mcmanus1@gmail.com>"]
|
|||
edition = "2018"
|
||||
description = "Library for generating 2fa codes for Steam and responding to mobile confirmations."
|
||||
keywords = ["steam", "2fa", "steamguard", "authentication"]
|
||||
repository = "https://github.com/dyc3/steamguard-cli/tree/master/steamguard"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue