You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Move tokio to a workspace dependency
This commit is contained in:
@ -18,16 +18,13 @@ serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
schemars = { workspace = true, optional = true }
|
||||
thiserror.workspace = true
|
||||
tokio = { version = "1.37.0", features = ["io-util", "rt"] }
|
||||
tokio.workspace = true
|
||||
tracing.workspace = true
|
||||
wasmtime = { version = "20.0.2", default-features = false, features = ["async", "cranelift", "parallel-compilation"] }
|
||||
|
||||
mas-data-model.workspace = true
|
||||
oauth2-types.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.37.0", features = ["fs", "rt", "macros"] }
|
||||
|
||||
[features]
|
||||
jsonschema = ["dep:schemars"]
|
||||
|
||||
|
Reference in New Issue
Block a user