Use tor_rtcompat::test_with_all_runtimes!() in place of #[tokio::test]
This branch removes usage of tokio::test from the tor-proto crate.
Closes #222 (closed).
Let's make sure at least that the CI passes before merging. Also, you might want to review it with the -b
git flag, to avoid getting spurious indentation changes.