feat: vendored-openssl feature

This commit is contained in:
xmppftw xmppftw 2026-06-23 17:14:10 +02:00
commit 01a1b9a185
2 changed files with 8 additions and 1 deletions

View file

@ -7,6 +7,12 @@ be somewhat of a testbed for xmpp-rs features.
Originally based on tokio-webhook2muc.
# Cross-compile musl
```
cross build --release --target x86_64-unknown-linux-musl --features vendored-openssl
```
## License
AGPL-3.0-or-later. See the LICENSE file.