From 711119208131b0f97dd4aab853377312da7752ad Mon Sep 17 00:00:00 2001 From: askiiart <dev@askiiart.net> Date: Wed, 15 Jan 2025 08:53:36 -0600 Subject: [PATCH] fix missing fields --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 40dc406..cae4f88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "cat2text" version = "0.1.3" edition = "2021" license = "GPL-3.0-or-later" +description = "A port of Cat2Text to Rust, with extra functionality, better documentation, and support for using it as a library as well." +readme = "README.md" repository = "https://git.askiiart.net/askiiart/cat2text-rs" authors = ["askiiart <mail@askiiart.net>"] categories = ["encoding"]