Skip to content

Commit

Permalink
fix: add description to cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Mar 29, 2024
1 parent 01e2ff2 commit c749616
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "archspec"
version = "0.1.0"
authors = ["Bas Zalmstra <[email protected]>", "Lars Viklund <[email protected]>"]
description = "Provides standardized human-readable labels for aspects and capabilities of a system"
license = "MIT OR Apache-2.0"
edition = "2018"
resolver = "2"
Expand All @@ -19,4 +20,4 @@ cfg-if = "1"
libc = "0.2"

[target.'cfg(target_os = "macos")'.dependencies]
sysctl = "0.5"
sysctl = "0.5"

0 comments on commit c749616

Please sign in to comment.