diff --git a/Cargo.toml b/Cargo.toml index c80abf6..dd9314a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/dental-notation-cli/Cargo.toml b/dental-notation-cli/Cargo.toml index 200a314..9887ebd 100644 --- a/dental-notation-cli/Cargo.toml +++ b/dental-notation-cli/Cargo.toml @@ -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"]