Create cli binary
Just has `add-feed` command so far.
This commit is contained in:
@@ -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<()> {
|
||||
|
||||
Reference in New Issue
Block a user