Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
xcmd-io committed Oct 23, 2023
1 parent 78d805d commit 6830b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xcmd-ssh/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use actix_web::body::to_bytes;
use actix_web::{get, post, web, App, HttpResponse, HttpServer};
use rust_embed::RustEmbed;
use ssh2::{FileStat, Session, Sftp};
use tracing_actix_web::TracingLogger;
use std::env;
use std::error::Error;
use std::net::TcpStream;
Expand Down

0 comments on commit 6830b06

Please sign in to comment.