Disable features
This commit is contained in:
parent
3c670d50d3
commit
258726cd87
2 changed files with 4 additions and 2 deletions
|
|
@ -5,8 +5,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 = ["dep:axum-oidc"]
|
||||
mock_auth = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue