2022-06-13 15:25:14 +00:00
|
|
|
[package]
|
|
|
|
name = "dental-notation"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2022-09-02 16:37:21 +00:00
|
|
|
repository = "https://git.barthes.xyz/guilhem/dental-notation"
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
categories = ["parsing"]
|
2022-06-13 15:25:14 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-08-03 13:57:29 +00:00
|
|
|
owo-colors = "3"
|