mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 05:28:31 -04:00
Add support for running commands (#33)
This commit is contained in:
parent
35d40d3111
commit
821414d9cd
4 changed files with 48 additions and 8 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue