mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Support rustls
This was teloxide-based applications can be easily compiled for musl targets.
This commit is contained in:
parent
8e011b7e60
commit
e289729055
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ vecrem = { git = "https://github.com/WaffleLapkin/vecrem", rev = "6b9b6f42342df8
|
|||
[features]
|
||||
default = []
|
||||
|
||||
rustls = ["reqwest/rustls"]
|
||||
native-tls = ["reqwest/native-tls"]
|
||||
|
||||
# Features which require nightly compiler.
|
||||
#
|
||||
# Currently the only used compiler feature is feature(type_alias_impl_trait)
|
||||
|
|
Loading…
Add table
Reference in a new issue