mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-08-01 23:53:32 +00:00
5 lines
162 B
Rust
5 lines
162 B
Rust
|
|
// Force both rlibs into this staticlib.
|
||
|
|
// Their #[no_mangle] pub extern "C" symbols are exported from librust_bundle.a.
|
||
|
|
extern crate libchat;
|
||
|
|
extern crate rln;
|