dental-notation-cli/Cargo.toml
Guilhem Barthés bbe70d60c0
Some checks reported errors
continuous-integration/drone/tag Build encountered an error
build: Fix dependencies in manifest
2022-09-02 22:17:19 +02:00

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"