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