diff options
| author | Fuwn <[email protected]> | 2021-05-26 21:29:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-26 21:29:19 -0700 |
| commit | 5f18d64b52080f6270ca856f7ebe729b860e3d92 (patch) | |
| tree | 978756dd4ea66b79f9ae46891c988cda73a23eb0 | |
| parent | refactor: move key defs comment elsewhere (diff) | |
| download | whirl-5f18d64b52080f6270ca856f7ebe729b860e3d92.tar.xz whirl-5f18d64b52080f6270ca856f7ebe729b860e3d92.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 1ebecc3..feed841 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 |