Add description & license for publishing.

This commit is contained in:
Pyry Kontio 2022-10-11 10:54:07 +09:00
parent fcfbbf3c5c
commit baf2bc4a6c

View file

@ -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 }