Use workspaces to separate crates
[rust-lightning] / src / chain / mod.rs
diff --git a/src/chain/mod.rs b/src/chain/mod.rs
deleted file mode 100644 (file)
index ffa5ed9..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-//! Structs and traits which allow other parts of rust-lightning to interact with the blockchain.
-
-pub mod chaininterface;
-pub mod transaction;
-pub mod keysinterface;