From 21fe0d0570902fa0684271a4c0a941fc7bd63cc3 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 14 Sep 2026 10:08:42 -0700 Subject: [PATCH] docs: link inzerosight browser extension --- Cargo.toml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e6e575..f81bb81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zwus" -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.70" description = "Zero Width Unicode Steganography — hide text in invisible characters." diff --git a/README.md b/README.md index 7ca1cec..b4664c9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Zero Width Unicode Steganography — hide text inside invisible characters. +## Browser Extension + +Use ZWUS in your browser with [inØsight](https://github.com/inzerosight/inzerosight): [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/in0sight/) · [Chrome Web Store](https://chromewebstore.google.com/detail/acnmohbphjmnbaboacmecidopeplkhog) + ```toml [dependencies] zwus = "0.1"