Skip to content

Commit

Permalink
docs: Refine Cargo.toml values
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev committed Oct 23, 2024
1 parent 4abd91a commit a51c0e1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
[package]
name = "steamlocate"
version = "2.0.0-beta.2"
authors = ["William Venner <[email protected]>"]
authors = [
"William Venner <[email protected]>",
"Cosmic <[email protected]>",
]
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
Expand Down

0 comments on commit a51c0e1

Please sign in to comment.