Fill the crate metadate yoo 🥰🦀

This commit is contained in:
Anas Elgarhy 2022-10-03 21:15:22 +02:00
parent 1031014e27
commit 3d99243ed8

View file

@ -3,6 +3,31 @@ name = "aarty"
version = "0.1.0"
edition = "2021"
authors = ["Anas Elgarhy <anas.elgarhy.dev@gmail.com>"]
description = "A simple CLI tool to convert the images to ASCII art"
repository = "https://github.com/anas-elgarhy/aarty"
license = "MIT"
license-file = "LICENSE"
readme = "README.md"
keywords = [
"ascii",
"art",
"image",
"cli"
]
categories = [
"command-line-utilities",
"multimedia",
"text-processing"
]
include = [
"src/**/*",
"Cargo.toml",
"README.md",
"LICENSE",
"CHANGELOG.md"
]
exclude = ["images/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html