aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-02 17:20:29 +0000
committerFuwn <[email protected]>2021-05-02 17:20:29 +0000
commit6f839a24e989353571c31870cae91c6aeabcb75b (patch)
tree7030b6b145e2d75d98222d14a59f491c622cfa01 /Cargo.toml
parentfeat(global): begin implementing api (diff)
downloadwhirl-6f839a24e989353571c31870cae91c6aeabcb75b.tar.xz
whirl-6f839a24e989353571c31870cae91c6aeabcb75b.zip
feat(api): flush out statistics endpoint
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a34167f..1ba1af0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,7 @@ pretty_env_logger = "0.4.0"
# Utility
rand = "0.8.3"
async-trait = "0.1.50"
+sysinfo = "0.17.2"
# Byte Manipulation
bytes = "1.0.1"