11 lines
296 B
TOML
11 lines
296 B
TOML
[package]
|
|
name = "dental-notation"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
description = "Library converting between different tooth numbering systems"
|
|
repository = "https://git.barthes.xyz/guilhem/dental-notation"
|
|
license = "GPL-3.0-or-later"
|
|
categories = ["parsing"]
|
|
|
|
[dependencies]
|
|
owo-colors = "3" |