diff --git a/Cargo.toml b/Cargo.toml index bc902c4..8436a63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "archspec" version = "0.1.0" authors = ["Bas Zalmstra ", "Lars Viklund "] +description = "Provides standardized human-readable labels for aspects and capabilities of a system" license = "MIT OR Apache-2.0" edition = "2018" resolver = "2" @@ -19,4 +20,4 @@ cfg-if = "1" libc = "0.2" [target.'cfg(target_os = "macos")'.dependencies] -sysctl = "0.5" \ No newline at end of file +sysctl = "0.5"