diff --git a/cache_utils/Cargo.toml b/cache_utils/Cargo.toml index a20c633..028e438 100644 --- a/cache_utils/Cargo.toml +++ b/cache_utils/Cargo.toml @@ -19,3 +19,7 @@ std = ["nix"] no_std = ["polling_serial", "vga_buffer"] default = ["std"] + +[[bin]] +name = "cache_utils" +required-features = ["std"]