raad crate for eating and pushing bytes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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"] |