about summary refs log tree commit diff stats
path: root/src/cli
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli')
-rw-r--r--src/cli/main.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cli/main.rs b/src/cli/main.rs
new file mode 100644
index 0000000..1b85472
--- /dev/null
+++ b/src/cli/main.rs
@@ -0,0 +1,4 @@
+#[tokio::main]
+async fn main() -> Result<(), Box<dyn std::error::Error>> {
+    Ok(())
+}