dental-notation/Cargo.toml

8 lines
155 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-08-03 13:57:29 +00:00
clap = {version = "3.2.5", features = [ "derive" ] }
owo-colors = "3"