Disable features

This commit is contained in:
Simon Goller 2024-06-05 18:04:27 +02:00
parent 3c670d50d3
commit 258726cd87
2 changed files with 4 additions and 2 deletions

View file

@ -6,8 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["mock_auth"]
#default = ["mock_auth"]
#default = ["oidc"]
default = []
oidc = []
mock_auth = []