You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-12-06 22:40:58 +03:00
The mas-keystore crate is an optional dependency so setting "default-features" to false results in a compilation error. Since the enum is exhaustive, the corresponding error variant cannot be behind a cargo feature. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>