pcspecs 0.2.1

Simple api to get pc specs
Documentation
[package]
name = "pcspecs"
version = "0.2.1"
edition = "2021"
description = "Simple api to get pc specs"
homepage = "https://github.com/saturnavt/rust-pcspecs"
repository = "https://github.com/saturnavt/rust-pcspecs"
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
]
keywords = [
    "pcspecs"
]
licence = "MIT"
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
os_info = "3"
sysinfo = "0.26.7"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 1