This commit is contained in:
shimun 2022-12-24 17:02:40 +01:00
parent 7e68e68e0f
commit 991dbaeec9
Signed by: shimun
GPG Key ID: E0420647856EA39E
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
use anyhow::bail; use anyhow::bail;
use axum_extra::routing::TypedPath; use axum_extra::routing::TypedPath;
use clap::{Args, Parser, Subcommand}; use clap::{Parser, Subcommand};
use reqwest::{Client, StatusCode}; use reqwest::{Client, StatusCode};
use ssh_key::Certificate; use ssh_key::Certificate;
use std::io::stdin; use std::io::stdin;

View File

@ -1,4 +1,4 @@
use async_trait::async_trait;
use axum_extra::routing::TypedPath; use axum_extra::routing::TypedPath;
use serde::Deserialize; use serde::Deserialize;