Improve Performance

This commit is contained in:
Chaoscaot
2023-08-09 09:22:24 +02:00
parent ccae2ba393
commit e3e6e9f759
3 changed files with 22 additions and 22 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "schemsearch-lib"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
license = "AGPL-3.0-or-later"
@ -10,3 +10,4 @@ license = "AGPL-3.0-or-later"
serde = { version = "1.0.160", features = ["derive"] }
schemsearch-files = { path = "../schemsearch-files" }
named-binary-tag = "0.6"
libmath = "0.2.1"