feature/prepare-for-packaging #2

Merged
guilhem merged 13 commits from feature/prepare-for-packaging into main 2022-09-02 21:07:27 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 56a50ab6f4 - Show all commits

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 3
[[package]] [[package]]
name = "dental-notation" name = "dental-notation"
version = "0.1.0" version = "1.0.0"
dependencies = [ dependencies = [
"owo-colors", "owo-colors",
] ]

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "dental-notation" name = "dental-notation"
version = "0.1.0" version = "1.0.0"
edition = "2021" edition = "2021"
description = "Library converting between different tooth numbering systems" description = "Library converting between different tooth numbering systems"
repository = "https://git.barthes.xyz/guilhem/dental-notation" repository = "https://git.barthes.xyz/guilhem/dental-notation"