retch-sysinfo 0.1.21

System information gathering library for retch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "retch-sysinfo"
version = "0.1.21"
edition = "2021"
authors = ["Ken Tobias"]
description = "System information gathering library for retch"
license = "GPL-3.0"
repository = "https://github.com/l1a/retch"

[dependencies]
sysinfo = { version = "0.39", features = ["component"] }
dirs = "6.0"
chrono = "0.4"
anyhow = "1.0"
owo-colors = "4.0"
rusqlite = { version = "0.40", features = ["bundled"] }