]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.lock
add build metrics, to gather ci stats from x.py
[rust.git] / Cargo.lock
index ef4800a22613682eba1362ac05a718e733424335..6c46be14e4ee66e0f67347f3895c9b522a815523 100644 (file)
@@ -223,6 +223,7 @@ dependencies = [
  "pretty_assertions",
  "serde",
  "serde_json",
+ "sysinfo",
  "tar",
  "toml",
  "winapi",
@@ -5057,6 +5058,21 @@ dependencies = [
  "unicode-xid",
 ]
 
+[[package]]
+name = "sysinfo"
+version = "0.23.11"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3bf915673a340ee41f2fc24ad1286c75ea92026f04b65a0d0e5132d80b95fc61"
+dependencies = [
+ "cfg-if 1.0.0",
+ "core-foundation-sys",
+ "libc",
+ "ntapi",
+ "once_cell",
+ "rayon",
+ "winapi",
+]
+
 [[package]]
 name = "tar"
 version = "0.4.37"