diff options
| author | Fuwn <[email protected]> | 2021-05-02 17:20:29 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-02 17:20:29 +0000 |
| commit | 6f839a24e989353571c31870cae91c6aeabcb75b (patch) | |
| tree | 7030b6b145e2d75d98222d14a59f491c622cfa01 /Cargo.toml | |
| parent | feat(global): begin implementing api (diff) | |
| download | whirl-6f839a24e989353571c31870cae91c6aeabcb75b.tar.xz whirl-6f839a24e989353571c31870cae91c6aeabcb75b.zip | |
feat(api): flush out statistics endpoint
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |