[package] name = "dental-notation-cli" version = "0.1.0" edition = "2021" description = "Command-line tool used to parse and display tooth numbers" repository = "https://git.barthes.xyz/guilhem/dental-notation-cli" license = "GPL-3.0-or-later" categories = ["parsing", "command-line-utilities"] [dependencies] clap = {version = "3.2.5", features = [ "derive" ] } dental-notation = "1.0.0"