Add support for running commands

This commit is contained in:
Raj Vengalil 2022-08-06 13:54:41 +05:30
parent 35d40d3111
commit 839ce6f119
2 changed files with 36 additions and 0 deletions

View file

@ -26,6 +26,7 @@ default = []
ssl = ["rustls", "rustls/dangerous_configuration", "webpki", "webpki-roots"]
async = ["tokio"]
async-ssl = ["async", "tokio-rustls", "ssl"]
write = []
# a feature gate for examples
async-rt = ["async", "tokio/rt-multi-thread", "tokio/macros"]