From 8ea85dcb6c3eee2733cd8f4a7dd0a36db64bcfdc Mon Sep 17 00:00:00 2001 From: Teruki TADA Date: Tue, 20 Feb 2024 13:14:19 +0900 Subject: [PATCH] add description for Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9e6e86d..efeb5a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "name-engine" version = "0.1.0" edition = "2021" license = "MPL-2.0" +description = "A Rust library for computing Markov chains to generate random names based on pronunciation" +authors = ["Teruki Tada "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html