diff --git a/Cargo.toml b/Cargo.toml index caef8c49..9fe4b16f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,16 +2,16 @@ members = [ # CI benchmarks "ci-bench", - # Tests that require OpenSSL - "openssl-tests", # Network-based tests "connect-tests", # tests and example code "examples", - # the main library and tests - "rustls", + # Tests that require OpenSSL + "openssl-tests", # example of custom provider "provider-example", + # the main library and tests + "rustls", # experimental post-quantum algorithm support "rustls-post-quantum", ]