diff --git a/Cargo.toml b/Cargo.toml index e503321..731e4eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,8 @@ keywords = ["aacs", "blu-ray", "uhd", "decryption", "keydb"] categories = ["multimedia"] [dependencies] -# Path during development; the published release pins a crates.io version. The -# crate provides the `KeySource` trait + `Key`/`DiscInputs` types these impls fill. -libfreemkv = { version = "0.28", path = "../libfreemkv" } +# The crate provides the `KeySource` trait + `Key`/`DiscInputs` types these impls fill. +libfreemkv = "0.28" # OnlineSource: POST disc inputs + samples to a key service over HTTP. ureq = { version = "2", features = ["json"] } serde_json = "1"