Add asynchronous call to database.
[recipes.git] / backend / src / data / mod.rs
diff --git a/backend/src/data/mod.rs b/backend/src/data/mod.rs
new file mode 100644 (file)
index 0000000..37bc498
--- /dev/null
@@ -0,0 +1,2 @@
+pub mod asynchronous;
+pub mod db;
\ No newline at end of file