8 Commits

Author SHA1 Message Date
Mystikfluu
eaf04675e3 Use Option<String> instead of String for get_token 2023-04-01 17:05:06 +02:00
Mystikfluu
d28913b141 check if token file exists
prevents crash if token file is missing

note:
this is a quick fix;
returned token should be Option<String> instead of String
2023-04-01 17:00:22 +02:00
Mystikfluu
faa09e64f6 add isync functions
follow clippy suggestions
2023-04-01 13:55:05 +02:00
Mystikfluu
26aeb75bd1 change location to file path
Co-authored-by: Alpisc <Alpisc@users.noreply.github.com>
2023-01-15 13:15:34 +01:00
Mystikfluu
31b8e5bf0a change from just exiting to returning a result
Co-authored-by: Alpisc <Alpisc@users.noreply.github.com>
2023-01-14 16:37:47 +01:00
Mystikfluu
d2c9adefdc remove ask for pw in favor of a fn arg
Co-authored-by: Alpisc <Alpisc@users.noreply.github.com>
2023-01-13 22:29:00 +01:00
Mystikfluu
380ae20437 change package name 2023-01-02 20:11:04 +01:00
Mystikfluu
73763c807a init 2023-01-02 19:28:19 +01:00