Files
creddy/src-tauri/src/bin/agent.rs

8 lines
96 B
Rust

use creddy::server::ssh_agent;
#[tokio::main]
async fn main() {
ssh_agent::run().await;
}