setup for publishing

This commit is contained in:
2026-05-31 12:10:40 +02:00
parent ded5657d65
commit f81f15d675
4 changed files with 711 additions and 1 deletions

View File

@@ -1,7 +1,19 @@
[package]
name = "no-more-secret"
name = "no-more-secrets"
version = "0.1.0"
edition = "2024"
authors = ["Astrid Klipfel <astridklipfel@gmail.com>"]
license = "GPL-3.0"
description = "data decryption effect seen on screen in the 1992 hacker movie Sneakers"
readme = "README.md"
homepage = "https://gitea.astrid-klipfel.fr/asteri/no-more-secret"
repository = "https://gitea.astrid-klipfel.fr/asteri/no-more-secret"
keywords = ["cli", "decryption", "silliness"]
categories = ["command-line-utilities"]
[[bin]]
name = "nms"
path = "src/main.rs"
[dependencies]
rand = "0.10.1"