feature/prepare-for-packaging #2
@@ -2,6 +2,7 @@
|
|||||||
name = "dental-notation"
|
name = "dental-notation"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
description = "Library converting between different tooth numbering systems"
|
||||||
repository = "https://git.barthes.xyz/guilhem/dental-notation"
|
repository = "https://git.barthes.xyz/guilhem/dental-notation"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
categories = ["parsing"]
|
categories = ["parsing"]
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
name = "dental-notation-cli"
|
name = "dental-notation-cli"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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"
|
repository = "https://git.barthes.xyz/guilhem/dental-notation-cli"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
categories = ["parsing", "command-line-utilities"]
|
categories = ["parsing", "command-line-utilities"]
|
||||||
|
|||||||
Reference in New Issue
Block a user