update with continues and bk tree
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-07-06 20:22:00 +02:00
parent 729071817e
commit a87f00174e
14 changed files with 769 additions and 69 deletions
Generated
-10
View File
@@ -200,15 +200,6 @@ version = "2.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "415f8399438eb5e4b2f73ed3152a3448b98149dda642a957ee704e1daa5cf1d8"
[[package]]
name = "bktree"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb1e744816f6a3b9e962186091867f3e5959d4dac995777ec254631cb00b21c"
dependencies = [
"num",
]
[[package]]
name = "built"
version = "0.7.3"
@@ -770,7 +761,6 @@ name = "image_similarity"
version = "0.2.0"
dependencies = [
"base64",
"bktree",
"clap",
"console_error_panic_hook",
"env_logger",