diff --git a/README.md b/README.md index 56e9a09..862e653 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Wrapper types to enable optimized handling of `&[u8]` and `Vec`. +```toml +[dependencies] +serde_bytes = "0.10" +``` + ## Explanation Without specialization, Rust forces Serde to treat `&[u8]` just like any