mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Drop the "-rust" from the "libsignal-protocol" crate
The project corresponds to libsignal-protocol-java and the others, but /within/ the language we don't need to tag with the language name.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
mod support;
|
||||
|
||||
use futures::executor::block_on;
|
||||
use libsignal_protocol_rust::*;
|
||||
use libsignal_protocol::*;
|
||||
use rand::rngs::OsRng;
|
||||
use std::convert::TryFrom;
|
||||
use support::*;
|
||||
|
||||
Reference in New Issue
Block a user