Redesign transfer / endpoint API

This commit is contained in:
Kevin Mehall 2025-02-01 19:33:37 -07:00
parent 3091921075
commit ef82f2c7f1
26 changed files with 2072 additions and 2215 deletions

View file

@ -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]