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"