burrow/Cargo.toml
JettChenT beae8c0f79 Add Read and Write for Async TunInterface
Those features are implemented using AsyncFD. While write doesn't
require a mutable reference to self, read does.

Make Async Tun a feature

remove async tun from workspace

rename write/read to send/recv
2023-07-03 09:30:52 -04:00

2 lines
40 B
TOML

[workspace]
members = ["burrow", "tun"]