docs: Add description in manifest

This commit is contained in:
Guilhem Barthés 2022-09-02 18:41:21 +02:00
parent 845ba2fd33
commit f604d70aa1
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name = "dental-notation"
version = "0.1.0"
edition = "2021"
description = "Library converting between different tooth numbering systems"
repository = "https://git.barthes.xyz/guilhem/dental-notation"
license = "GPL-3.0-or-later"
categories = ["parsing"]

View File

@ -2,6 +2,7 @@
name = "dental-notation-cli"
version = "0.1.0"
edition = "2021"
description = "CLI used to represent mouth in different tooth numbering systems and converting between these systems"
repository = "https://git.barthes.xyz/guilhem/dental-notation-cli"
license = "GPL-3.0-or-later"
categories = ["parsing", "command-line-utilities"]