From 0b8779738bf7e673173498f1f0c5610abeb757e7 Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Tue, 26 Nov 2024 23:23:39 -0700 Subject: Calling sysinfo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e503a55..c9a0fe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,6 @@ edition = "2021" [dependencies] clap = { version = "4.5.4", features = ["derive"] } +cty = { version = "0.2.2" } serde = { version = "1.0.203", features = ["derive"] } serde_json = { version = "1.0" } -- cgit v1.2.3-54-g00ecf