diff --git a/client/src/client.rs b/client/src/client.rs index 07a83f2..4e479e1 100644 --- a/client/src/client.rs +++ b/client/src/client.rs @@ -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; diff --git a/common/src/routes.rs b/common/src/routes.rs index 294dadf..4272f13 100644 --- a/common/src/routes.rs +++ b/common/src/routes.rs @@ -1,4 +1,4 @@ -use async_trait::async_trait; + use axum_extra::routing::TypedPath; use serde::Deserialize;