dental-notation-cli/Cargo.toml
Guilhem Barthés 4475713a80
All checks were successful
continuous-integration/drone/tag Build is passing
docs: Add README.md
2022-09-02 22:56:51 +02:00

12 lines
389 B
TOML

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