Logging in and Signing up on the client done
Tons of bug fixes too
This commit is contained in:
@@ -14,4 +14,10 @@ eframe = { version = "0.29", default-features = false, features = [
|
||||
"persistence", # Enable restoring app state when restarting the app.
|
||||
] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
env_logger = "0.11.5"
|
||||
env_logger = "0.11.5"
|
||||
tokio = "1.40.0"
|
||||
tarpc = { version = "0.34.0", features = ["full"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
regex = "1.10.6"
|
||||
native-dialog = "0.7.0"
|
||||
Reference in New Issue
Block a user