1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +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

@@ -6,6 +6,7 @@ edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
publish = false
[lints]
workspace = true
@@ -20,6 +21,6 @@ ulid.workspace = true
rand.workspace = true
rand_chacha = "0.3.1"
mas-iana = { path = "../iana" }
mas-jose = { path = "../jose" }
oauth2-types = { path = "../oauth2-types" }
mas-iana.workspace = true
mas-jose.workspace = true
oauth2-types.workspace = true