rustls/Cargo.toml

8 lines
131 B
TOML

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