1
0
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:
Quentin Gliech
2024-05-15 14:43:49 +02:00
parent 098f7fba03
commit d061d7f6b3
17 changed files with 20 additions and 21 deletions

View File

@ -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"]