Implement account login and logout

This commit is contained in:
Joscha 2022-08-22 17:12:41 +02:00
parent 84930c8c34
commit 8128342099
8 changed files with 299 additions and 29 deletions

View file

@ -30,10 +30,10 @@ features = ["rustls-tls-native-roots"]
[dependencies.euphoxide]
git = "https://github.com/Garmelon/euphoxide.git"
rev = "5ac16db3fcf9a5a6705630e92f3ad859e99cd891"
rev = "516bb8232381a7f5751cc4e0c74477b535fe46df"
# [patch."https://github.com/Garmelon/euphoxide.git"]
# toss = { path = "../euphoxide/" }
# euphoxide = { path = "../euphoxide/" }
[dependencies.toss]
git = "https://github.com/Garmelon/toss.git"