dental-notation-cli/Cargo.toml

11 lines
315 B
TOML
Raw Normal View History

[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"]
[dependencies]
clap = {version = "3.2.5", features = [ "derive" ] }
2022-09-02 20:17:19 +00:00
dental-notation = "1.0.0"