aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lic.rs
blob: 74f7d76ff84e09e66e18b6aa7aa26adcdfe879dd (plain)
1
2
3
4
5
6
pub fn check_lic(email: &str) -> bool {
    true
}

pub const EMAIL_ARG: &'static str =
    "-m, --email=[EMAIL] 'Sets your email address registered with RustDesk'";