diff --git a/Cargo.toml b/Cargo.toml index cddcbfc..690960a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] [dev-dependencies] -blurhash = { version = "0.2.0", path = "../blurhash-rs" } +blurhash = "0.2.0" criterion = "0.5.1" image = "0.24.8"