mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Enable TLS by default
We use HTTPS which doesn't work without TLS implementation.
This commit is contained in:
parent
e351a6695b
commit
0eef5b8487
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ authors = [
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[features]
|
||||
default = ["native-tls", "teloxide-core/default"]
|
||||
|
||||
sqlite-storage = ["sqlx"]
|
||||
redis-storage = ["redis"]
|
||||
cbor-serializer = ["serde_cbor"]
|
||||
|
|
Loading…
Reference in a new issue