Self-hosted, federated location sharing app and server that prioritizes user privacy and security
end-to-end-encryption location-sharing privacy self-hosted federated
at main 185 B view raw
1// Prevents additional console window on Windows in release, DO NOT REMOVE!! 2#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] 3 4fn main() { 5 privacypin_lib::run() 6}