diff --git a/crates/tracker_comms/Cargo.toml b/crates/tracker_comms/Cargo.toml index 91b9645..3bb7699 100644 --- a/crates/tracker_comms/Cargo.toml +++ b/crates/tracker_comms/Cargo.toml @@ -11,8 +11,11 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["sha1-crypto-hash"] -sha1-crypto-hash = ["bencode/sha1-crypto-hash"] -sha1-ring = ["bencode/sha1-ring"] +sha1-crypto-hash = [ + "bencode/sha1-crypto-hash", + "librqbit-core/sha1-crypto-hash", +] +sha1-ring = ["bencode/sha1-ring", "librqbit-core/sha1-ring"] [dependencies] tokio = "1"