rustls/Cargo.toml

9 lines
159 B
TOML

[workspace]
members = [
# the main library and tests
"rustls",
# tests and example code that depend on mio
"rustls-mio",
]
exclude = ["admin/rustfmt"]