diff --git a/Cargo.toml b/Cargo.toml index a28bdbf..c872ac7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ crate-type = ["cdylib"] hashbrown = "0.13.1" # MIT or Apache-2.0 ouroboros = "0.15.5" # MIT or Apache-2.0 pyo3 = { version = "0.17.3", features = ["extension-module"] } # Apache-2.0 -vibrato_rust = { version = "0.3.2", default-features = false } # MIT or Apache-2.0 +vibrato_rust = { package = "vibrato", version = "0.3.2", default-features = false } # MIT or Apache-2.0