dental-notation/Cargo.toml

11 lines
296 B
TOML
Raw Normal View History

2022-06-13 15:25:14 +00:00
[package]
name = "dental-notation"
2022-09-02 18:53:57 +00:00
version = "1.0.0"
2022-06-13 15:25:14 +00:00
edition = "2021"
2022-09-02 16:41:21 +00:00
description = "Library converting between different tooth numbering systems"
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"