feature/prepare-for-packaging #2

Merged
guilhem merged 13 commits from feature/prepare-for-packaging into main 2022-09-02 21:07:27 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit f604d70aa1 - Show all commits

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"]