diff --git a/Cargo.toml b/Cargo.toml index e406a1d0..e43ca4de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"