Separate crates for server and client binaries #1
@ -1,6 +1,6 @@
|
||||
use anyhow::bail;
|
||||
use axum_extra::routing::TypedPath;
|
||||
use clap::{Args, Parser, Subcommand};
|
||||
use clap::{Parser, Subcommand};
|
||||
use reqwest::{Client, StatusCode};
|
||||
use ssh_key::Certificate;
|
||||
use std::io::stdin;
|
||||
|
@ -1,4 +1,4 @@
|
||||
use async_trait::async_trait;
|
||||
|
||||
use axum_extra::routing::TypedPath;
|
||||
use serde::Deserialize;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user