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 = [
# 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",
]