Disable features
This commit is contained in:
parent
3c670d50d3
commit
258726cd87
2 changed files with 4 additions and 2 deletions
|
|
@ -6,8 +6,9 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["mock_auth"]
|
#default = ["mock_auth"]
|
||||||
#default = ["oidc"]
|
#default = ["oidc"]
|
||||||
|
default = []
|
||||||
oidc = []
|
oidc = []
|
||||||
mock_auth = []
|
mock_auth = []
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,9 @@ edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[features]
|
[features]
|
||||||
default = ["mock_auth"]
|
#default = ["mock_auth"]
|
||||||
#default = ["oidc"]
|
#default = ["oidc"]
|
||||||
|
default = []
|
||||||
oidc = ["dep:axum-oidc"]
|
oidc = ["dep:axum-oidc"]
|
||||||
mock_auth = []
|
mock_auth = []
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue