2022-08-04 15:07:14 +00:00
|
|
|
[package]
|
|
|
|
name = "dental-notation-cli"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2022-09-02 16:37:21 +00:00
|
|
|
repository = "https://git.barthes.xyz/guilhem/dental-notation-cli"
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
categories = ["parsing", "command-line-utilities"]
|
2022-08-04 15:07:14 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = {version = "3.2.5", features = [ "derive" ] }
|
2022-09-02 20:17:19 +00:00
|
|
|
dental-notation = "1.0.0"
|