Implement GetDescriptor for device
This commit is contained in:
parent
9868f1b22c
commit
c6b65633f1
7 changed files with 337 additions and 90 deletions
|
|
@ -10,7 +10,9 @@ edition = "2018"
|
|||
tokio = { version = "0.2", features = ["rt-core", "tcp", "stream", "io-util"] }
|
||||
log = "0.4"
|
||||
futures = "0.3"
|
||||
num-traits = "0.2"
|
||||
num-derive = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
env_logger = "0.7"
|
||||
env_logger = "0.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue