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
Prepare workspace to publish OIDC crates
This commit is contained in:
@ -6,6 +6,7 @@ edition.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
publish = false
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
@ -26,7 +27,7 @@ tracing-opentelemetry.workspace = true
|
||||
url.workspace = true
|
||||
ulid.workspace = true
|
||||
|
||||
oauth2-types = { path = "../oauth2-types" }
|
||||
mas-data-model = { path = "../data-model" }
|
||||
mas-iana = { path = "../iana" }
|
||||
mas-jose = { path = "../jose" }
|
||||
oauth2-types.workspace = true
|
||||
mas-data-model.workspace = true
|
||||
mas-iana.workspace = true
|
||||
mas-jose.workspace = true
|
||||
|
Reference in New Issue
Block a user