diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ extern crate failure; pub mod message; pub mod primitive; +pub mod session; + #[allow(dead_code)] pub mod error; |
![]() |
index : libquassel.git | |
| Native rust implementation of the Quassel protocol and library functions | Max Audron <me@audron.dev> |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/lib.rs | 2 |
@@ -13,6 +13,8 @@ extern crate failure; pub mod message; pub mod primitive; +pub mod session; + #[allow(dead_code)] pub mod error; |