diff --git a/rmp/Cargo.toml b/rmp/Cargo.toml index bca041c2..63efc02e 100644 --- a/rmp/Cargo.toml +++ b/rmp/Cargo.toml @@ -21,6 +21,10 @@ paste = "1.0" default = ["std"] std = ["byteorder/std", "num-traits/std"] +[[example]] +name = "inspect" +required-features = ["std"] + [dev-dependencies] quickcheck = "1.0.2"