mirror of
https://github.com/arampoire/nut-rs.git
synced 2025-12-01 00:30:23 -05:00
Generify LIST commands in blocking/tokio
This commit is contained in:
parent
65f25fb958
commit
bab1264364
5 changed files with 83 additions and 106 deletions
|
|
@ -28,7 +28,7 @@ async = ["tokio"]
|
|||
async-ssl = ["async", "tokio-rustls", "ssl"]
|
||||
|
||||
# a feature gate for examples
|
||||
async-rt = ["tokio/rt-multi-thread", "tokio/macros"]
|
||||
async-rt = ["async", "tokio/rt-multi-thread", "tokio/macros"]
|
||||
|
||||
[[example]]
|
||||
name = "async"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue