Cargo: alphabetize workspace members

This commit is contained in:
Daniel McCarney 2024-03-15 13:46:11 -04:00
parent 961db38da1
commit 9444dcbc7b
1 changed files with 4 additions and 4 deletions

View File

@ -2,16 +2,16 @@
members = [ members = [
# CI benchmarks # CI benchmarks
"ci-bench", "ci-bench",
# Tests that require OpenSSL
"openssl-tests",
# Network-based tests # Network-based tests
"connect-tests", "connect-tests",
# tests and example code # tests and example code
"examples", "examples",
# the main library and tests # Tests that require OpenSSL
"rustls", "openssl-tests",
# example of custom provider # example of custom provider
"provider-example", "provider-example",
# the main library and tests
"rustls",
# experimental post-quantum algorithm support # experimental post-quantum algorithm support
"rustls-post-quantum", "rustls-post-quantum",
] ]