ruma: Add missing feature re-export

This commit is contained in:
Jonas Platte 2021-05-17 01:34:49 +02:00
parent 33bb9bd8ac
commit 83939ab0eb
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -49,6 +49,7 @@ state-res = ["ruma-state-res"]
client-ext-client-api = ["client", "ruma-client/client-api"]
client-hyper = ["client", "ruma-client/hyper"]
client-hyper-native-tls = ["client", "ruma-client/hyper-native-tls"]
client-isahc = ["client", "ruma-client/isahc"]
client-reqwest = ["client", "ruma-client/reqwest"]
client-reqwest-native-tls = ["client", "ruma-client/reqwest-native-tls"]
client-reqwest-native-tls-vendored = ["client", "ruma-client/reqwest-native-tls-vendored"]