udpt v3.1.0
- Converted code to be Rust 2018 instead of the previous Rust 2015. This allows the use of
async
andawait
from theFuture
's system. - Moved from actix-web to warp web framework for the API server.
- API server now provides more details about active torrents.
- UDP server uses tokio as well as the web server.