Guilhem Barthés
bbe70d60c0
Some checks reported errors
continuous-integration/drone/tag Build encountered an error
11 lines
315 B
TOML
11 lines
315 B
TOML
[package]
|
|
name = "dental-notation-cli"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
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" |