mollysocket 1.7.1

MollySocket allows getting signal notifications via UnifiedPush.
1
2
3
4
5
use crate::server;

pub async fn server() {
    server::run().await;
}