aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorScott Lawrence <scott+git@ineffectivetheory.com>2024-11-26 23:23:39 -0700
committerScott Lawrence <scott+git@ineffectivetheory.com>2024-11-26 23:23:39 -0700
commit0b8779738bf7e673173498f1f0c5610abeb757e7 (patch)
treee5a9c165789176c03e53957ab840f478d9263cc3 /Cargo.lock
parentb5ad4356a26dbe9b28df2422cbd65fd182e6094a (diff)
downloadvaranus-0b8779738bf7e673173498f1f0c5610abeb757e7.tar.gz
varanus-0b8779738bf7e673173498f1f0c5610abeb757e7.tar.bz2
varanus-0b8779738bf7e673173498f1f0c5610abeb757e7.zip
Calling sysinfo
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 064dbdc..1304ff4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -98,6 +98,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
[[package]]
+name = "cty"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
+
+[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -204,6 +210,7 @@ name = "varanus"
version = "0.1.0"
dependencies = [
"clap",
+ "cty",
"serde",
"serde_json",
]