From f892f1afdcd2071f4d6a45f3f2e9bf50a31ab49d Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Wed, 25 Aug 2021 09:22:36 -0400 Subject: [PATCH] more misc cargo toml update --- Cargo.toml | 1 + steamguard/Cargo.toml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2acb2c1..8147602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/steamguard/Cargo.toml b/steamguard/Cargo.toml index 86624e9..3699ee7 100644 --- a/steamguard/Cargo.toml +++ b/steamguard/Cargo.toml @@ -5,6 +5,8 @@ authors = ["Carson McManus "] 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