From 97c304c2694143e4e1b5612768026238f80bd2e6 Mon Sep 17 00:00:00 2001 From: askiiart <dev@askiiart.net> Date: Mon, 13 Jan 2025 23:04:01 -0600 Subject: [PATCH] add author --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0d6113f..34ccdb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.2" edition = "2021" license = "GPL-3.0-or-later" repository = "https://git.askiiart.net/askiiart/cat2text-rs" +authors = ["askiiart <mail@askiiart.net>"] [profile.release] opt-level = 3