You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-01 20:26:56 +03:00
Move tokio to a workspace dependency
This commit is contained in:
@ -12,7 +12,7 @@ publish = false
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.37.0", features = ["fs", "rt"] }
|
||||
tokio.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
thiserror.workspace = true
|
||||
|
Reference in New Issue
Block a user