1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Prepare workspace to publish OIDC crates

This commit is contained in:
Quentin Gliech
2023-12-07 15:34:09 +01:00
parent bd42916309
commit 49963b26f8
27 changed files with 149 additions and 100 deletions

View File

@ -31,8 +31,8 @@ generic-array = "0.14.7"
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
base64ct = "1.6.0"
mas-iana = { path = "../iana" }
mas-jose = { path = "../jose" }
mas-iana.workspace = true
mas-jose.workspace = true
[dev-dependencies]
insta = { version = "1.34.0", features = ["yaml"] }