From a51c0e1781577afa17a45093b59d7da24218d86a Mon Sep 17 00:00:00 2001 From: Cosmic Horror Date: Tue, 22 Oct 2024 22:48:20 -0600 Subject: [PATCH] docs: Refine `Cargo.toml` values --- Cargo.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d8f92c1..0f50f59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,17 @@ [package] name = "steamlocate" version = "2.0.0-beta.2" -authors = ["William Venner "] +authors = [ + "William Venner ", + "Cosmic ", +] edition = "2021" repository = "https://github.com/WilliamVenner/steamlocate-rs" license = "MIT" -description = "Rust Crate for locating Steam game installation directories (and Steam itself!)" -readme = "README.md" +description = "Crate for locating Steam game installation directories (and Steam itself!)" keywords = ["steam", "vdf", "appmanifest", "directory", "steamapps"] -categories = ["os", "hardware-support", "filesystem", "accessibility"] +categories = ["config", "filesystem"] +rust-version = "1.70.0" [package.metadata.docs.rs] all-features = true