From c7d35a6bc7613b6c9370d795968e1665abbb61bb Mon Sep 17 00:00:00 2001 From: Krysztal112233 Date: Sun, 31 Mar 2024 22:08:10 +0800 Subject: [PATCH] chores: add `slabtop` into `Cargo.toml` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17e40c43..0090cbad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ build = "build.rs" default = ["feat_common_core"] uudoc = [] -feat_common_core = ["pwdx", "free", "w", "watch", "pmap"] +feat_common_core = ["pwdx", "free", "w", "watch", "pmap", "slabtop"] [workspace.dependencies] uucore = "0.0.25"