Remove tor module

This commit is contained in:
Daniel Karzel 2020-12-17 18:50:15 +11:00
parent 6ef6fc894f
commit 43d05935e7
5 changed files with 257 additions and 610 deletions

View file

@ -12,7 +12,6 @@ pub mod network;
pub mod serde;
pub mod state;
pub mod storage;
pub mod tor;
pub mod trace;
pub type Never = std::convert::Infallible;