Depend on Hannoy from crates.io

This commit is contained in:
Clément Renault
2025-08-12 18:00:54 +02:00
parent 0025421471
commit c81b991bd4
2 changed files with 5 additions and 4 deletions

View File

@ -88,7 +88,7 @@ rhai = { version = "1.22.2", features = [
"sync",
] }
arroy = "0.6.1"
hannoy = { git = "https://github.com/nnethercott/hannoy", branch = "main" }
hannoy = "0.0.3"
rand = "0.8.5"
tracing = "0.1.41"
ureq = { version = "2.12.1", features = ["json"] }