Update project structure in readme

Async tun is now located at tun/src/tokio .
This commit is contained in:
Jett Chen 2023-08-12 12:05:57 +08:00 committed by Conrad Kramer
parent 3ef13b09a3
commit 22e41203fb

View file

@ -17,9 +17,9 @@ Apple/ # Xcode project for burrow on macOS and iOS
burrow/ # Higher-level API library for tun and tun-async
tun/ # Low-level interface to OS networking
src/
tokio/ # Async/Tokio code
unix/ # macOS and Linux code
windows/ # Windows networking code
tun-async/ # Async interface to tun
```
## Installation