diff --git a/rpcl2/Cargo.toml b/rpcl2/Cargo.toml index 278e129..d0490ae 100644 --- a/rpcl2/Cargo.toml +++ b/rpcl2/Cargo.toml @@ -51,7 +51,7 @@ path = "benches/roundtrip.rs" [features] serde = ["dep:serde", "nalgebra/serde-serialize-no-std"] -rosrust_msg = ["dep:rosrust_msg"] +rosrust_msg = ["dep:rosrust_msg", "dep:rosrust"] r2r_msg = ["dep:r2r"] rayon = ["dep:rayon"] derive = ["dep:rpcl2-derive"]