You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-09-11 22:30:47 +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
|
||||
@@ -19,6 +20,6 @@ tower = { version = "0.4.13", features = ["util"] }
|
||||
tracing.workspace = true
|
||||
url.workspace = true
|
||||
|
||||
mas-axum-utils = { path = "../axum-utils" }
|
||||
mas-http = { path = "../http" }
|
||||
mas-matrix = { path = "../matrix" }
|
||||
mas-axum-utils.workspace = true
|
||||
mas-http.workspace = true
|
||||
mas-matrix.workspace = true
|
||||
|
Reference in New Issue
Block a user