From baf2bc4a6cd54daceba3b158271bf7d01172ecb2 Mon Sep 17 00:00:00 2001 From: Pyry Kontio Date: Tue, 11 Oct 2022 10:54:07 +0900 Subject: [PATCH] Add description & license for publishing. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8f99a9c..2ae6909 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "monokakido" version = "0.1.0" edition = "2021" +description = "A Rust library for parsing and interpreting the Monokakido dictionary format." +license = "MIT" [dependencies] miniz_oxide = { version = "0.6", default-features = false }