refactor: Separate dental-notation from dental-notation-cli

This commit is contained in:
2022-08-04 17:07:14 +02:00
parent 021700991d
commit ab29780e14
10 changed files with 271 additions and 238 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "dental-notation-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = {version = "3.2.5", features = [ "derive" ] }
dental-notation = { path = ".." }