You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Gate some crates behind features in mas-http
This commit is contained in:
@@ -36,4 +36,4 @@ mas-storage = { path = "../storage" }
|
||||
mas-data-model = { path = "../data-model" }
|
||||
mas-jose = { path = "../jose" }
|
||||
mas-iana = { path = "../iana" }
|
||||
mas-http = { path = "../http" }
|
||||
mas-http = { path = "../http", features = ["client"] }
|
||||
|
Reference in New Issue
Block a user