[no description]
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c1037f6..f931ef0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ttools"
-version = "0.1.1"
+version = "0.1.2"
license = "MIT"
edition = "2024"
authors = ["bend-n <[email protected]>"]
@@ -8,3 +8,6 @@ description = "tuple utilities"
repository = "https://git.bendn.org/ttools"
keywords = ["tuple", "utilities"]
categories = ["algorithms", "no-std"]
+
+[package.metadata.docs.rs]
+rustdoc-args = ["--generate-link-to-definition"]