diff --git a/app/Cargo.toml b/app/Cargo.toml index 86415f5..692bde3 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -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 = [] diff --git a/rest/Cargo.toml b/rest/Cargo.toml index fe018a5..1783e40 100644 --- a/rest/Cargo.toml +++ b/rest/Cargo.toml @@ -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 = []