feat: vendored-openssl feature
This commit is contained in:
parent
d54ef5f265
commit
01a1b9a185
2 changed files with 8 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue