dental-notation/Cargo.toml

7 lines
138 B
TOML
Raw Normal View History

2022-06-13 15:25:14 +00:00
[package]
name = "dental-notation"
version = "0.1.0"
edition = "2021"
[dependencies]
2022-07-19 16:43:09 +00:00
clap = {version = "3.2.5", features = [ "derive" ] }