optional feature for source
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-05 23:26:45 +03:00
parent abcb7d6dc2
commit 0c0a4e31ba
4 changed files with 61 additions and 51 deletions
+1
View File
@@ -3,4 +3,5 @@ pub mod async_db;
#[cfg(feature = "sync")]
pub mod db;
pub mod questions;
#[cfg(feature = "source")]
pub mod source;