rustls/Cargo.toml

20 lines
329 B
TOML
Raw Normal View History

[workspace]
members = [
2023-08-24 10:09:46 +00:00
# CI benchmarks
"ci-bench",
# Network-based tests
"connect-tests",
2022-08-27 13:43:59 +00:00
# tests and example code
"examples",
2022-08-30 04:23:19 +00:00
# the main library and tests
"rustls",
# example of custom provider
"provider-example",
]
2023-08-24 10:09:46 +00:00
default-members = [
"examples",
"rustls",
]
2021-03-22 13:02:06 +00:00
exclude = ["admin/rustfmt"]
resolver = "2"