List members in alphabetical order.

This commit is contained in:
Josh Aas 2022-08-30 00:23:19 -04:00 committed by Dirkjan Ochtman
parent ba6b1d7ecd
commit efe3aab3b5
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
[workspace]
members = [
# the main library and tests
"rustls",
# tests and example code
"examples",
# the main library and tests
"rustls",
]
exclude = ["admin/rustfmt"]
resolver = "2"