Create cli binary

Just has `add-feed` command so far.
This commit is contained in:
2023-05-09 00:08:55 -04:00
parent b2a5bf5882
commit 89fdf8f95a
9 changed files with 159 additions and 28 deletions

View File

@@ -9,9 +9,7 @@ use tower::ServiceBuilder;
use tower_http::trace::TraceLayer;
use tracing::debug;
mod error;
mod handlers;
mod models;
use lib::handlers;
#[tokio::main]
async fn main() -> anyhow::Result<()> {