raad crate for eating and pushing bytes
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 84fe9c5..c8a474c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "raad"
-version = "0.1.2"
+version = "0.1.3"
authors = ["bend-n <[email protected]>"]
license = "MIT"
edition = "2021"
@@ -13,5 +13,4 @@ keywords = ["data", "read", "write", "io"]
[package.metadata.docs.rs]
all-features = true
-rustdoc-args = ["--cfg", "docsrs"]
-
+rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]