diff --git a/src/Cargo.toml b/src/Cargo.toml index 2ae5342c..8937ddb7 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -11,7 +11,7 @@ members = [ "qos_p256", "qos_nsm", ] -exclude = ["init", "qos_aws", "qos_system", "toolchain","qos_enclave", "eif_build"] +exclude = ["init", "qos_aws", "qos_system", "qos_enclave", "eif_build"] # We need this to avoid issues with the mock feature unintentionally being # enabled just because some tests need it. # https://nickb.dev/blog/cargo-workspace-and-the-feature-unification-pitfall/