Redesign transfer / endpoint API
This commit is contained in:
parent
3091921075
commit
ef82f2c7f1
26 changed files with 2072 additions and 2215 deletions
|
|
@ -22,7 +22,7 @@ env_logger = "0.10.0"
|
|||
futures-lite = "1.13.0"
|
||||
|
||||
[target.'cfg(any(target_os="linux", target_os="android"))'.dependencies]
|
||||
rustix = { version = "1.0.1", features = ["fs", "event", "net"] }
|
||||
rustix = { version = "1.0.1", features = ["fs", "event", "net", "time"] }
|
||||
linux-raw-sys = { version = "0.9.2", features = ["ioctl"] }
|
||||
|
||||
[target.'cfg(target_os="windows")'.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue