summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-07-17 22:27:40 -0400
committerGitHub <noreply@github.com>2021-07-17 22:27:40 -0400
commit2736dc9b35739b9b48d8ac2ad0b5d3671813c725 (patch)
tree9bbe4f73db7a6e16e04ee430d6d82235c47debb4 /Cargo.lock
parent7f24e6286735abcee6c3137dd9c22a7a178740a3 (diff)
refactor: switch to manual implementation of meminfo parse (#548)
Manually parse `/proc/meminfo` for the purposes of memory usage.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8b38605d..d4b77036 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -258,6 +258,7 @@ dependencies = [
"procfs",
"regex",
"serde",
+ "smol",
"sysinfo",
"thiserror",
"toml",