diff --git a/examples/hello_part/Cargo.toml b/examples/hello_part/Cargo.toml index bb1f50d..8f38a75 100644 --- a/examples/hello_part/Cargo.toml +++ b/examples/hello_part/Cargo.toml @@ -11,10 +11,6 @@ license = "MIT OR Apache-2.0" a653rs = { workspace = true, features = ["macros"] } a653rs-postcard = { version = "0.4", features = ["alloc"] } a653rs-linux.workspace = true -nix.workspace = true -memmap2.workspace = true -procfs.workspace = true -once_cell.workspace = true serde = "1.0" log = "0" humantime = "2.1"