diff options
| author | Fuwn <[email protected]> | 2021-05-26 21:29:19 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-26 21:29:19 +0000 |
| commit | d3112489f845d24d02863b1922bfd5f8a78bd493 (patch) | |
| tree | 2ebe5e97ce13e06360eb2f37142e69a8cf0e698f | |
| parent | refactor: move key defs comment elsewhere (diff) | |
| download | whirl-d3112489f845d24d02863b1922bfd5f8a78bd493.tar.xz whirl-d3112489f845d24d02863b1922bfd5f8a78bd493.zip | |
chore(whirl): remove unused sysinfo dep
| -rw-r--r-- | crates/whirl/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index c1ad954..965dac5 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -26,7 +26,6 @@ human-panic = "1.0.3" # Utility rand = "0.8.3" async-trait = "0.1.50" -sysinfo = "0.17.5" whirl_common = { path = "../whirl_common" } # Byte Manipulation |