drblah / multi-connect

A continuation of mpconn
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Investigate if we can consolidate on Tokio or Smol #7

Open drblah opened 9 months ago

drblah commented 9 months ago

Right now we use a mix of Tokio and Smol, which is kind of ugly and pulls in a lot of dependencies.

It would be nice if we could either eliminate Tokio or Smol.