Feat: bootstrap zwus-rs v0.1

Co-authored-by: gpt-5.3-codex <no-reply@openai.com>
This commit is contained in:
2026-03-27 00:49:12 -07:00
parent f4cff88bcf
commit f3c01cfd86

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "zwus"
version = "0.1.0"
edition = "2021"
rust-version = "1.70"
description = "Zero Width Unicode Steganography — hide text in invisible characters."
license = "WTFPL"
homepage = "https://zwus.pages.dev"
repository = "https://github.com/inzerosight/ZWUS-rs"
readme = "README.md"
authors = ["planetrenox@pm.me"]
keywords = ["zero-width", "steganography", "unicode", "encoder", "decoder"]
categories = ["encoding", "text-processing"]
include = ["src/**/*", "README.md", "LICENSE"]
[dependencies]