mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Merge pull request #386 from teloxide/default-tls
Enable TLS by default
This commit is contained in:
commit
9d243b50c8
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…
Add table
Reference in a new issue