This commit is contained in:
parent
5e340a4402
commit
4475713a80
@ -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 = "Command-line tool used to parse and display tooth numbers"
|
||||||
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"]
|
||||||
|
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Dental notation CLI
|
||||||
|
|
||||||
|
Small CLI tool used to operate on [dental-notation crate](https://crates.io/crates/dental-notation). The following features are for now available:
|
||||||
|
|
||||||
|
- Display a mouth in different notations
|
||||||
|
- Show a specific tooth in this mouth
|
||||||
|
- Convert between the different notations
|
Loading…
Reference in New Issue
Block a user