rustls/Cargo.toml

10 lines
153 B
TOML

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