add metadata to cargo.toml

This commit is contained in:
alice pellerin
2026-04-10 21:58:07 -05:00
parent a59f48736f
commit 3e0c5b20dd
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -1,6 +1,11 @@
[package]
name = "hexapoda"
version = "0.1.0"
description = "a colorful modal hex editor"
repository = "https://github.com/simonomi/hexapoda"
keywords = ["cli", "tui", "hex", "tool", "editor"]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
edition = "2024"
[dependencies]