mirror of
https://github.com/inzerosight/ZWUS-rs.git
synced 2026-04-06 20:52:14 +00:00
Feat: bootstrap zwus-rs v0.1
Co-authored-by: gpt-5.3-codex <no-reply@openai.com>
This commit is contained in:
16
Cargo.toml
Normal file
16
Cargo.toml
Normal 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]
|
||||
Reference in New Issue
Block a user